GetSVarNameAtIndex

GetSVarNameAtIndex

Description:
Function GetSVarNameAtIndex retrieve the name of a sVar via the index.


Parameters:
(index, varname[], len)
int index The index of the sVar.
string varname A string to store the sVar's name in, passed by reference.
int len The max length of the returned string, use sizeof().


Return Values:
This function does not return any specific values.


Examples:
-


Related Functions
The following functions may be useful, as they are related to this function in one way or another.
  • 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.