LastUpdateUser (ProcedureInfo function): Difference between revisions
Jump to navigation
Jump to search
m (→Usage notes) |
m (→Examples) |
||
Line 15: | Line 15: | ||
==Examples== | ==Examples== | ||
See [[ProcedureInfo class#Example|"Example"]]. | See the <var>ProcedureInfo</var> class [[ProcedureInfo class#Example|"Example"]]. | ||
==See also== | ==See also== | ||
{{Template:ProcedureInfo:LastUpdateUser footer}} | {{Template:ProcedureInfo:LastUpdateUser footer}} |
Latest revision as of 16:50, 23 July 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. |
Examples
See the ProcedureInfo class "Example".