Name (UnknownStatistic property): Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (1 revision)
m (1 revision)
Line 1: Line 1:
 
{{Template:UnknownStatistic:Name subtitle}}
<span class="pageSubtitle"><section begin=dpl_desc/>Name of statistic not recognized by the calling method<section end=dpl_desc/></span>
[[Category:UnknownStatistic methods|Name property]]
<p>
<var>Name</var> is a member of the <var>[[UnknownStatistic class|UnknownStatistic]]</var> class.
</p>


==Syntax==
==Syntax==
<p class="syntax">%name = %unknown:Name
{{Template:UnknownStatistic:Name syntax}}
</p>
===Syntax terms===
===Syntax terms===
<table class="syntaxTable">
<table class="syntaxTable">
Line 18: Line 12:


</td></tr></table>
</td></tr></table>
==See also==
{{Template:UnknownStatistic:Name footer}}

Revision as of 20:42, 25 March 2011

Name of statistic not recognized by the method (UnknownStatistic class)

Syntax

%string = unknownStatistic:Name

Syntax terms

%name This string variable is to contain the name of the unrecognized statistic.
%unknown An UnknownStatistic object variable.

See also