Skip to main content

LuaEvents.Remove(LuaEventId eventId)

Removes a handler.

Parameters:

NameTypeDescription
eventIdLuaEventIdThe unique key of the handler.

Usage

---@type LuaEventId
local eventId;


LuaEvents:Remove(eventId)