Subsystem methods syntax

From m204wiki
Revision as of 03:34, 14 May 2016 by DmeWiccan (talk | contribs) (Automatically generated page update)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

The syntax for each of the Subsystem class methods is shown below.

Square brackets indicate optional elements of the method invocation. See also the notation conventions for methods and the List of Subsystem methods.

%currentString = %(Subsystem):Context %(Subsystem):Context = newString

%(Subsystem):DeleteGlobal( string)

%(Subsystem):DeleteObject( string)

%(Subsystem):DeleteString( string)

[%number =] %(Subsystem):GetObject( string, object)

%sl = %(Subsystem):ListOfGlobals[( [subsysW], [nameW])]

%sl = %(Subsystem):ListOfObjects[( [subsysW], [nameW])]

%sl = %(Subsystem):ListOfStrings[( [subsysW], [nameW])]

%string = %(Subsystem):Name

%(Subsystem):SetGlobal( name, value)

[%gen =] %(Subsystem):SetObject( name, object, [testGen])

[%number =] %(Subsystem):SetString( name, value, [oldValue])

%value = %(Subsystem):String( name)