1
0
EQ2Emu/docs/lua_functions/GetServerVariable.md

14 lines
252 B
Markdown

### 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