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.
GetSVarNameAtIndex
Description
Retrieve the name of a sVar via the index.
Name | Description |
---|---|
index | The index of the sVar. |
output[] | A string to store the sVar'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
- GetSVarType: Get the type of the server variable.
- GetSVarInt: Get a player server as an integer.
- GetSVarFloat: Get the previously set float from a server variable.
- GetSVarString: Get the previously set string from a server variable.