1
0
EQ2Emu/docs/lua_functions/SetServerVariable.md
2025-05-25 21:42:32 -04:00

16 lines
303 B
Markdown

### Function: SetServerVariable(name, value, comment)
**Description:**
Set's the server variable to the value provided.
**Parameters:**
- `name` (string) - String `name`.
- `value` (string) - String `value`.
- `comment` (string) - String `comment`.
**Returns:** None.
**Example:**
Example Required