{% extends '_base.html' %} {% block document_title -%} Eluna API Documentation {%- endblock %} {% block content %}
The Eluna Lua Engine© API allows you to add your own Lua code to be executed when certain events (called "hooks") occur.
Add a new in-game command, give life to creatures with new AI, or even light players who try to duel on fire! If the hook exists, you can script it.
Eluna is a Lua engine for World of Warcraft emulators. These pages are for AzerothCore's version, but Eluna also supports CMaNGOS/MaNGOS and TrinityCore.
You can get support in the #eluna-ac channel of AzerothCore's Discord server.
You can also join the official Eluna Discord server, where you'll be able to find resources, releases and support provided by the Eluna community.
git clone https://github.com/azerothcore/mod-eluna.git mod-eluna
The layout, CSS, and Javascript code for this documentation was borrowed from doc.rust-lang.org.
The documentation generator was originally written by Patman64 and is maintained by the Eluna team.
| {%- if class.fully_documented %} {%- elif class.fully_undocumented %} {%- else %} {%- endif %} {{ class.name }} |
{{ class.short_description|parse_links }} |