Name (Subsystem property)

From m204wiki
Revision as of 18:28, 30 November 2011 by JALWiccan (talk | contribs) (1 revision)
Jump to navigation Jump to search

Name of this subsystem (Subsystem class)


Syntax

%string = %(Subsystem):Name

Syntax terms

%stringA string variable to contain the returned name.
%(Subsystem) The class name in parentheses denotes a shared method. Name can also be invoked via a Subsystem object variable, which may be null.

See also