etlegacy-lua-docs/commands.rst

33 lines
422 B
ReStructuredText

========
Commands
========
Here is a list of all the Lua commands of Legacy mod.
Server commands
===============
lua_status
-----------
Lists 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.