List (ProcedureInfo function)

From m204wiki
Jump to navigation Jump to search

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

%procedureInfoListProcedureInfoList object
%(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 string
Name string

Usage notes

Examples

See also