{% 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. Eluna supports CMaNGOS/MaNGOS and TrinityCore.
To get Eluna, simply clone your favorite version of MaNGOS or Trinity from our Github account. Each fork there has Eluna already integrated, so you just need to compile and go!
Follow us on our Twitter page to view the latest news about what's going on with Eluna.
We haven't written tutorials yet, but when we do, we'll put the links here.
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 }} |