Name (Subsystem property): Difference between revisions
Jump to navigation
Jump to search
m (1 revision) |
m (1 revision) |
||
Line 7: | Line 7: | ||
<tr><th>%string</th><td>A string variable to contain the returned name.</td></tr> | <tr><th>%string</th><td>A string variable to contain the returned name.</td></tr> | ||
<tr><th><var>%(Subsystem)</var></th> | <tr><th><var>%(Subsystem)</var></th> | ||
<td>The class name in parentheses denotes a ÝÝNotation conventions for methods#Shared methods| | <td>The class name in parentheses denotes a ÝÝNotation conventions for methods#Shared methods|shared]] method. Name can also be invoked via a <var>Subsystem</var> object variable, which may be null.</td></tr> | ||
</table> | </table> | ||
==See also== | ==See also== | ||
{{Template:Subsystem:Name footer}} | {{Template:Subsystem:Name footer}} |
Revision as of 21:19, 1 July 2011
Name of this subsystem (Subsystem class)
Syntax
%string = %(Subsystem):Name
Syntax terms
%string | A string variable to contain the returned name. |
---|---|
%(Subsystem) | The class name in parentheses denotes a ÝÝNotation conventions for methods#Shared methods|shared]] method. Name can also be invoked via a Subsystem object variable, which may be null. |