Name (UnknownStatistic property)

From m204wiki
Revision as of 11:35, 24 April 2011 by Goff (talk | contribs) (edits, tags and links)
Jump to navigation Jump to search

Name of statistic not recognized by the method (UnknownStatistic class) This readOnly property returns a string that contains the name of the statistic that is not recognized by the calling method.

Syntax

%string = unknownStatistic:Name

Syntax terms

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

See also