MCPcopy Create free account
hub / github.com/ElunaLuaEngine/Eluna / CreateLuaEvent

Function CreateLuaEvent

methods/TrinityCore/GlobalMethods.h:1540–1569  ·  view source on GitHub ↗

* Registers a global timed event. * * When the passed function is called, the parameters `(eventId, delay, repeats)` are passed to it. * * Repeats will decrease on each call if the event does not repeat indefinitely * * @proto eventId = (function, delay) * @proto eventId = (function, delaytable) * @proto eventId = (function, delay, repeats) * @proto eve

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 3

AddEventMethod · 0.80
GetGlobalProcessorMethod · 0.80
PushMethod · 0.45

Tested by

no test coverage detected