Skip to content

Api > Event > Invoke()


Event.Invoke()⚓︎

Invoke this event. This calls all the attached listeners, permanent and otherwise.

Usage⚓︎

---@type Event
local event;


event.Invoke()