> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# PFStatisticValue

> PFStatisticValue 数据模型。

PFStatisticValue 数据模型。

## 语法

```cpp theme={null}
typedef struct PFStatisticValue {  
    const char* statisticName;  
    int32_t value;  
    uint32_t version;  
} PFStatisticValue;  
```

### 成员

**`statisticName`**   const char\*\
*is null-terminated*

（可选）统计信息的唯一名称。

**`value`**   int32\_t

玩家的统计信息值。

**`version`**   uint32\_t

对于玩家现有统计信息值的更新，为加载统计信息时的版本。

## 要求

**头文件：** PFTypes.h

## 另请参阅

[PFTypes 成员](/services/playfab/api-references/c/pftypes/pftypes_members)


## Related topics

- [服务 C API 概览 - PFTypes.h](/zh-CN/services/playfab/api-references/c/pftypes/pftypes_members.md)
- [PFGetPlayerCombinedInfoResultPayload](/zh-CN/services/playfab/api-references/c/pftypes/structs/pfgetplayercombinedinforesultpayload.md)
- [PFStatisticsEntityStatisticValue](/zh-CN/services/playfab/api-references/c/pfstatisticstypes/structs/pfstatisticsentitystatisticvalue.md)
- [PFEntityStatisticValue](/zh-CN/services/playfab/api-references/c/pfprofilestypes/structs/pfentitystatisticvalue.md)
- [PFStatisticsEntityStatisticValueDictionaryEntry](/zh-CN/services/playfab/api-references/c/pfstatisticstypes/structs/pfstatisticsentitystatisticvaluedictionaryentry.md)
