mirror of
https://github.com/etlegacy/lua_apidoc.git
synced 2024-11-10 06:31:58 +00:00
32 lines
422 B
ReStructuredText
32 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.
|