XblTitleManagedStatistic
Contains information about a Title Managed statistic.Syntax
Members
statisticNameType: const char* The name of the statistic (case insensitive). statisticType
Type: XblTitleManagedStatType The type of the statistic. numberValue
Type: double The value of the double statistic. Backed by a JSON number value, which can lead to precision issues when storing 64-bit fixed point values. stringValue
Type: const char* The value of the string statistic.
