LastUpdateUser (ProcedureInfo function): Difference between revisions
Jump to navigation
Jump to search
m (Automatically generated page update) |
mNo edit summary |
||
Line 1: | Line 1: | ||
{{Template:ProcedureInfo:LastUpdateUser subtitle}} | {{Template:ProcedureInfo:LastUpdateUser subtitle}} | ||
==Syntax== | ==Syntax== | ||
{{Template:ProcedureInfo:LastUpdateUser syntax}} | {{Template:ProcedureInfo:LastUpdateUser syntax}} | ||
===Syntax terms=== | ===Syntax terms=== | ||
<table class="syntaxTable"> | <table class="syntaxTable"> | ||
<tr><th>%string</th><td>string</td></tr> | <tr><th>%string</th> | ||
<td>A string variable to contain the ID of the last updater of 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 [[ProcedureInfo class#Example|"Example"]]. | |||
==See also== | ==See also== | ||
{{Template:ProcedureInfo:LastUpdateUser footer}} | {{Template:ProcedureInfo:LastUpdateUser footer}} |
Revision as of 23:36, 21 June 2012
Last user to update this procedure (ProcedureInfo class)
[Introduced in Sirius Mods 7.8]
Syntax
%string = procedureInfo:LastUpdateUser
Syntax terms
%string | A string variable to contain the ID of the last updater of the procedureInfo procedure. |
---|---|
procedureInfo | A ProcedureInfo object variable or expression. |
Usage notes
Examples
See "Example".