mirror of
https://github.com/etlegacy/lua_apidoc.git
synced 2024-11-10 06:31:58 +00:00
20 lines
495 B
ReStructuredText
20 lines
495 B
ReStructuredText
=====
|
|
Cvars
|
|
=====
|
|
|
|
**Cvars** control loaded modules.
|
|
|
|
|
|
.. note:: Changing either cvar will cause all currently loaded modules to quit and be unloaded until the next `map_restart`.
|
|
|
|
|
|
lua_modules
|
|
-----------
|
|
|
|
Space separated list of lua modules for Legacy mod to load. Modules will be run in the order listed.
|
|
|
|
|
|
lua_allowedmodules
|
|
------------------
|
|
|
|
If set, only lua modules with the matching SHA1 signatures listed in this cvar will be allowed to load. If empty, all loaded modules are allowed.
|