Freigeben über


XblTitleManagedStatistic

Contains information about a Title Managed statistic.

Syntax

typedef struct XblTitleManagedStatistic {  
    const char* statisticName;  
    XblTitleManagedStatType statisticType;  
    double numberValue;  
    const char* stringValue;  
} XblTitleManagedStatistic  

Members

statisticName
Type: 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.

Argument of

XblTitleManagedStatsWriteAsync

Requirements

Header: title_managed_statistics_c.h

See also

title_managed_statistics_c