List (ProcedureInfo function): Difference between revisions
Jump to navigation
Jump to search
m (→Syntax terms) |
m (→Syntax terms) |
||
Line 6: | Line 6: | ||
===Syntax terms=== | ===Syntax terms=== | ||
<table class="syntaxTable"> | <table class="syntaxTable"> | ||
<tr><th>%procedureInfoList</th><td><var> | <tr><th>%procedureInfoList</th> | ||
<td>An <var>Arraylist of Object ProcedureInfo</var> object variable.</td></tr> | |||
<tr><th><var>%(ProcedureInfo)</var></th> | <tr><th><var>%(ProcedureInfo)</var></th> | ||
<td>The class name in parentheses denotes a shared method. List can also be invoked via a <var>ProcedureInfo</var> object variable, which may be <var>Null</var>.</td></tr> | <td>The class name in parentheses denotes a shared method. List can also be invoked via a <var>ProcedureInfo</var> object variable, which may be <var>Null</var>.</td></tr> | ||
<tr><th><var>In</var></th> | <tr><th><var>In</var></th> | ||
<td>string</td></tr> | <td>This [[Notation conventions for methods#Named members|name required]] parameter is a string that specifies the file or group that contains the procedure(s) to be listed.</td></tr> | ||
<tr><th><var>Name</var></th> | <tr><th><var>Name</var></th> | ||
<td>string</td></tr> | <td>This name required parameter is a string</td></tr> | ||
</table> | </table> | ||
Revision as of 19:21, 21 June 2012
Get list of procedures (ProcedureInfo class)
[Introduced in Sirius Mods 7.8]
This page is under construction
Syntax
%procedureInfoList = %(ProcedureInfo):List( In= string, [Name= string])
Syntax terms
%procedureInfoList | An Arraylist of Object ProcedureInfo object variable. |
---|---|
%(ProcedureInfo) | The class name in parentheses denotes a shared method. List can also be invoked via a ProcedureInfo object variable, which may be Null. |
In | This name required parameter is a string that specifies the file or group that contains the procedure(s) to be listed. |
Name | This name required parameter is a string |