Name (ProcedureInfo function)

From m204wiki
Revision as of 16:53, 23 July 2012 by Dme (talk | contribs) (→‎Examples)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Name of this procedure (ProcedureInfo class)

[Introduced in Sirius Mods 7.8]


Syntax

%string = procedureInfo:Name

Syntax terms

%string A string variable to contain the name of the procedureInfo procedure.
procedureInfo A ProcedureInfo object variable or expression.

Examples

See the ProcedureInfo class "Example".

See also