mirror of
https://github.com/etlegacy/etlegacy-lua-docs.git
synced 2025-02-16 17:21:36 +00:00
33 lines
406 B
ReStructuredText
33 lines
406 B
ReStructuredText
========
|
|
Commands
|
|
========
|
|
|
|
Here are all available Lua commands.
|
|
|
|
|
|
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.
|