.. Legacy Lua API documentation master file, created by sphinx-quickstart on Tue Sep 13 00:05:27 2016. You can adapt this file completely to your liking, but it should at least contain the root `toctree` directive. Legacy Lua API ============== Welcome to the Legacy Lua API's documentation! The **Legacy mod** is the default mod shipped with `ET: Legacy `_. It supports server-side modifications via the `Lua `_ scripting language. If present, the embedded **Lua 5.3** interpreter will load user-defined scripts from the Legacy directory. It also provides an "et" library of function calls for Lua that allow access to the server engine, and provides callbacks so a server side mod may trigger on specific server events. For more information about Lua, check out the `Reference Manual `_, the online edition of the book `Programming in Lua `_ or the `Lua-users wiki `_. If you want to see some ET-specific Lua examples, you can check the `ET Legacy Lua scripts `_ repository. Contents -------- .. toctree:: :maxdepth: 3 intro cvars commands functions callbacks fields constants database sample Indices and tables ------------------ * :ref:`genindex` * :ref:`search`