Name (Subsystem property): Difference between revisions
Jump to navigation
Jump to search
m (→Syntax terms) |
m (→Syntax terms) |
||
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><var>%(Subsystem)</var></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> |
Revision as of 20:26, 21 April 2011
Name of this subsystem (Subsystem class)
Syntax
%string = %(Subsystem):Name
Syntax terms
%string | string |
---|---|
%(Subsystem) | The class name in parentheses denotes a shared method. Name can also be invoked via a Subsystem object variable, which may be null. |