mirror of
https://github.com/etlegacy/etlegacy-lua-docs.git
synced 2024-11-10 06:51:49 +00:00
39 lines
506 B
ReStructuredText
39 lines
506 B
ReStructuredText
========
|
|
Commands
|
|
========
|
|
|
|
**Commands** shows information about currently loaded scripts.
|
|
|
|
|
|
Server commands
|
|
===============
|
|
|
|
|
|
lua_status
|
|
----------
|
|
|
|
Lists all currently loaded Lua modules.
|
|
|
|
|
|
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.
|