mirror of
https://github.com/etlegacy/lua_apidoc.git
synced 2024-11-21 11:21:15 +00:00
Another attempt to fix the deprecation warning
This commit is contained in:
parent
636bcfbb8c
commit
eda4cd8836
1 changed files with 2 additions and 6 deletions
|
@ -6,14 +6,10 @@
|
|||
Legacy Lua API
|
||||
==============
|
||||
|
||||
|
||||
.. warning:: **THIS DOCUMENTATION IS NOW DEPRECATED!**
|
||||
|
||||
For the latest documentation, please refer to `etlegacy.rtfd.io <http://etlegacy.rtfd.io>`_.
|
||||
|
||||
|
||||
Welcome to the Legacy Lua API's documentation!
|
||||
|
||||
.. warning:: **THIS DOCUMENTATION IS NOW DEPRECATED!** For the latest documentation, please refer to `etlegacy.rtfd.io <http://etlegacy.rtfd.io>`_.
|
||||
|
||||
The **Legacy mod** is the default mod shipped with `ET: Legacy <http://www.etlegacy.com>`_. It supports server-side modifications via the `Lua <http://www.lua.org/>`_ scripting language, with the Legacy Lua API being the interface for communication between them.
|
||||
|
||||
The embedded **Lua 5.4** interpreter will load user-defined scripts if present in the `legacy` directory. The Lua API provides an "et" library of `function calls <functions.html>`__ that allow access to the server engine, and also provides `callbacks <callbacks.html>`__ so a server side mod may trigger on specific server events.
|
||||
|
|
Loading…
Reference in a new issue