Skip to main content

Event.Invoke()

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

Usage

---@type Event
local event;


event.Invoke()