mirror of
https://github.com/emagi/eq2emu
synced 2026-08-12 18:23:04 -04:00
13 lines
252 B
Markdown
13 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
|