Subsystem methods syntax

From m204wiki
Revision as of 02:13, 23 August 2011 by JALWiccan (talk | contribs) (Automatically generated page update)
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[( [nameW], [subsysW])]

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

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

%string = %(Subsystem):Name

%subsystem = [%(Subsystem)]:New

%(Subsystem):SetGlobal( name, value)

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

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

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