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

303 B

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