New (ProcedureInfo constructor)

From m204wiki
Revision as of 15:35, 22 August 2011 by JALWiccan (talk | contribs) (Automatically generated page update)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Create a new ProcedureInfo instance (ProcedureInfo class)

[Introduced in Sirius Mods 7.8]


This page is under construction

Syntax

%procedureInfo = [%(ProcedureInfo):]New( In= string, Name= string)

Syntax terms

%outProcedureInfoprocedureInfo
(ProcedureInfo) The class name in parentheses denotes a shared method. New can also be invoked via a ProcedureInfo object variable, which may be Null.
In string
Name string

Usage notes

Examples

See also