LastUpdateUser (ProcedureInfo function)

From m204wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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".

See also