eq2emu/docs/lua_functions/SetServerVariable.md

16 lines
303 B
Markdown
Raw Permalink Normal View History

2025-05-25 21:42:32 -04:00
### Function: SetServerVariable(name, value, comment)
2025-05-04 14:34:15 -04:00
**Description:**
2025-05-25 21:42:32 -04:00
Set's the server variable to the value provided.
2025-05-04 14:34:15 -04:00
**Parameters:**
2025-05-25 21:42:32 -04:00
- `name` (string) - String `name`.
- `value` (string) - String `value`.
- `comment` (string) - String `comment`.
2025-05-04 14:34:15 -04:00
**Returns:** None.
**Example:**
2025-05-25 21:42:32 -04:00
Example Required