List (ProcedureInfo function)
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 |