Name (Subsystem property): Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (Automatically generated page update)
 
Line 6: Line 6:
<table class="syntaxTable">
<table class="syntaxTable">
<tr><th>%string</th><td>string</td></tr>
<tr><th>%string</th><td>string</td></tr>
<tr><th>(Subsystem)</th>
<tr><th>%(Subsystem)</th>
<td>The class name in parentheses denotes a shared method. Name can also be invoked via a Subsystem object variable, which may be null.</td></tr>
<td>The class name in parentheses denotes a shared method. Name can also be invoked via a Subsystem object variable, which may be null.</td></tr>
</table>
</table>
==Usage notes==
==Usage notes==
==Examples==
==Examples==
==See also==
==See also==
{{Template:Subsystem:Name footer}}
{{Template:Subsystem:Name footer}}

Revision as of 07:06, 25 March 2011

Name of this subsystem (Subsystem class)


Syntax

%string = %(Subsystem):Name

Syntax terms

%stringstring
%(Subsystem) The class name in parentheses denotes a shared method. Name can also be invoked via a Subsystem object variable, which may be null.

Usage notes

Examples

See also