lua_apidoc/commands.rst

40 lines
506 B
ReStructuredText
Raw Normal View History

========
Commands
========
**Commands** shows information about currently loaded scripts.
Server commands
===============
lua_status
2017-01-30 00:30:24 +00:00
----------
Lists all currently loaded Lua modules.
2017-01-30 00:30:24 +00:00
lua_restart
-----------
Reinitialises all currently loaded Lua modules.
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.