Name (ProcedureInfo function): Difference between revisions
Jump to navigation
Jump to search
m (Automatically generated page update) |
m (→Examples) |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
{{Template:ProcedureInfo:Name subtitle}} | {{Template:ProcedureInfo:Name subtitle}} | ||
==Syntax== | ==Syntax== | ||
{{Template:ProcedureInfo:Name syntax}} | {{Template:ProcedureInfo:Name 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 name 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> | ||
==Examples== | ==Examples== | ||
See the <var>ProcedureInfo</var> class [[ProcedureInfo class#Example|"Example"]]. | |||
==See also== | ==See also== | ||
{{Template:ProcedureInfo:Name footer}} | {{Template:ProcedureInfo:Name footer}} |
Latest revision as of 16:53, 23 July 2012
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".