mirror of
https://github.com/EQEmu/eqemu-docs-v2.git
synced 2026-08-08 17:45:09 -04:00
517 B
Executable file
517 B
Executable file
!!! info end
Also see [Spire Quest API Explorer](http://spire.akkadius.com/quest-api-explorer?lang=lua){:target="perl_event"} for latest definitions and Quest examples
EVENT_ENCOUNTER_LOAD
function EVENT_ENCOUNTER_LOAD(e) {
eq.debug("encounter " .. e.encounter);
eq.debug("data " .. e.data);
}
EVENT_ENCOUNTER_UNLOAD
function EVENT_ENCOUNTER_UNLOAD(e) {
eq.debug("data " .. e.data);
}
EVENT_TIMER
function EVENT_TIMER(e) {
eq.debug("timer " .. e.timer);
}