note Help Needed
This wiki is the result of an ongoing community effort — thank you all for helping!
If you want to provide changes to this page then please click here.
GetPVarNameAtIndex
Description
Retrieve the name of a player's pVar via the index.
Name | Description |
---|---|
playerid | The ID of the player whose player variable to get the name of. |
index | The index of the player's pVar. |
output[] | A string to store the pVar's name in, passed by reference. |
size = sizeof (output) | The max length of the returned string. |
Returns
This function does not return any specific values.
Related Functions
- GetPVarType: Get the type of the player variable.
- GetPVarInt: Get the previously set integer from a player variable.
- GetPVarFloat: Get the previously set float from a player variable.
- GetPVarString: Get the previously set string from a player variable.