Filename (ProcedureInfo function): Difference between revisions
Jump to navigation
Jump to search
m (→Examples) |
mNo edit summary |
||
Line 1: | Line 1: | ||
{{Template:ProcedureInfo:Filename subtitle}} | {{Template:ProcedureInfo:Filename subtitle}} | ||
==Syntax== | ==Syntax== | ||
{{Template:ProcedureInfo:Filename syntax}} | {{Template:ProcedureInfo:Filename 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 file whose information is in <var class="term">procedureInfo</var>.</td></tr> | |||
<tr><th>procedureInfo</th> | <tr><th>procedureInfo</th> | ||
<td>ProcedureInfo object</td></tr> | <td>A <var>ProcedureInfo</var> object.</td></tr> | ||
</table> | </table> | ||
==Examples== | ==Examples== | ||
See [[ProcedureInfo class#Example|"Example"]]. | See [[ProcedureInfo class#Example|"Example"]]. |
Revision as of 21:43, 21 June 2012
Name of the file containing this procedure (ProcedureInfo class)
[Introduced in Sirius Mods 7.8]
Syntax
%string = procedureInfo:Filename
Syntax terms
%string | A string variable to contain the name of the file whose information is in procedureInfo. |
---|---|
procedureInfo | A ProcedureInfo object. |
Examples
See "Example".