mirror of
https://github.com/etlegacy/lua_apidoc.git
synced 2024-11-12 23:44:41 +00:00
33 lines
422 B
ReStructuredText
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.
|