> ## 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

> Modelo de datos de PFStatisticValue.

Modelo de datos de PFStatisticValue.

## Sintaxis

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

### Miembros

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

(Opcional) Nombre único de la estadística.

**`value`**   int32\_t

Valor de la estadística para el jugador.

**`version`**   uint32\_t

En las actualizaciones de un valor de estadística existente de un jugador, la versión de la estadística cuando se cargó.

## Requisitos

**Encabezado:** PFTypes.h

## Consulte también

[Miembros de PFTypes](/services/playfab/api-references/c/pftypes/pftypes_members)


## Related topics

- [PFGetPlayerCombinedInfoResultPayload](/es/services/playfab/api-references/c/pftypes/structs/pfgetplayercombinedinforesultpayload.md)
- [Información general de la API de C de Services - PFTypes.h](/es/services/playfab/api-references/c/pftypes/pftypes_members.md)
- [PFStatisticsEntityStatisticValue](/es/services/playfab/api-references/c/pfstatisticstypes/structs/pfstatisticsentitystatisticvalue.md)
- [PFEntityStatisticValue](/es/services/playfab/api-references/c/pfprofilestypes/structs/pfentitystatisticvalue.md)
- [PFStatisticsEntityStatisticValueDictionaryEntry](/es/services/playfab/api-references/c/pfstatisticstypes/structs/pfstatisticsentitystatisticvaluedictionaryentry.md)
