LastUpdateTimeMilliseconds (ProcedureInfo function): Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (Automatically generated page update)
 
Line 6: Line 6:
===Syntax terms===
===Syntax terms===
<table class="syntaxTable">
<table class="syntaxTable">
<tr><th>%number</th><td>number</td></tr>
<tr><th>%number</th>
<td>A numeric variable to contain the time of the last update to the <var class="term">procedureInfo</var> procedure.
</td></tr>
 
<tr><th>procedureInfo</th>
<tr><th>procedureInfo</th>
<td>ProcedureInfo object</td></tr>
<td>A <var>ProcedureInfo</var> object variable or expression.</td></tr>
</table>
</table>
==Usage notes==
==Usage notes==
==Examples==
==Examples==
==See also==
==See also==
{{Template:ProcedureInfo:LastUpdateTimeMilliseconds footer}}
{{Template:ProcedureInfo:LastUpdateTimeMilliseconds footer}}

Revision as of 23:22, 21 June 2012

Most recent update time in milliseconds (ProcedureInfo class)

[Introduced in Sirius Mods 7.8]


This page is under construction

Syntax

%number = procedureInfo:LastUpdateTimeMilliseconds

Syntax terms

%number A numeric variable to contain the time of the last update to the procedureInfo procedure.
procedureInfo A ProcedureInfo object variable or expression.

Usage notes

Examples

See also