2016-09-13 13:24:32 +00:00
|
|
|
========
|
|
|
|
Commands
|
|
|
|
========
|
|
|
|
|
2016-09-17 16:57:29 +00:00
|
|
|
**Commands** shows information about currently loaded scripts.
|
2016-09-13 13:24:32 +00:00
|
|
|
|
|
|
|
|
|
|
|
Server commands
|
|
|
|
===============
|
|
|
|
|
2016-09-14 00:33:09 +00:00
|
|
|
|
2016-09-13 13:24:32 +00:00
|
|
|
lua_status
|
2017-01-30 00:30:24 +00:00
|
|
|
----------
|
2016-09-13 13:24:32 +00:00
|
|
|
|
|
|
|
Lists all currently loaded Lua modules.
|
|
|
|
|
|
|
|
|
2017-01-30 00:30:24 +00:00
|
|
|
lua_restart
|
|
|
|
-----------
|
|
|
|
|
|
|
|
Reinitialises all currently loaded Lua modules.
|
|
|
|
|
|
|
|
|
2016-09-13 13:24:32 +00:00
|
|
|
lua_api
|
|
|
|
-------
|
|
|
|
|
|
|
|
Lists all exported functions and constants available to modders.
|
|
|
|
|
|
|
|
|
|
|
|
Client commands
|
|
|
|
===============
|
|
|
|
|
|
|
|
|
|
|
|
lua_status
|
|
|
|
-----------
|
|
|
|
|
|
|
|
Lists all currently loaded Lua modules.
|
|
|
|
|
|
|
|
.. note:: Lua mods cannot override this client command.
|