Filename (ProcedureInfo function): Difference between revisions
Jump to navigation
Jump to search
m (→Examples) |
m (→Syntax terms) |
||
Line 7: | Line 7: | ||
<table class="syntaxTable"> | <table class="syntaxTable"> | ||
<tr><th>%string</th> | <tr><th>%string</th> | ||
<td>A string variable to contain the name of the file | <td>A string variable to contain the name of the file containing the procedure.</td></tr> | ||
<tr><th>procedureInfo</th> | <tr><th>procedureInfo</th> |
Revision as of 22:01, 22 July 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 containing the procedure. |
---|---|
procedureInfo | A ProcedureInfo object. |
Examples
See the ProcedureInfo class "Example".