1
0
EQ2Emu/docs/lua_functions/GetServerVariable.md

252 B

Function: GetServerVariable(name)

Description: Gets a server variable string.

Parameters:

  • name (string) - String name.

Returns: Returns string if matches a variable name, otherwise returns NULL.

Example:

Example Required