Remove
7/14/25Less than 1 minute
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)Removes a handler.
| Name | Type | Description |
|---|---|---|
| eventId | LuaEventId | The unique key of the handler. |
---@type LuaEventId
local eventId;
LuaEvents:Remove(eventId)