Skip to content

Api > LuaEvents > Remove()


LuaEvents.Remove(LuaEventId eventId)⚓︎

Removes a handler.

Parameters:⚓︎

Name Type Description
eventId LuaEventId The unique key of the handler.

Usage⚓︎

---@type LuaEventId
local eventId;


LuaEvents:Remove(eventId)