warning Not Translated
This page has not been translated into the language that your browser requested yet. The English content is being shown as a fallback.
If you want to contribute a translation for 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.