EventHandler.RemoveAllListeners()
Removes all the event listeners (functions) attached to this event.
Usage
---@type EventHandler
local eventhandler;
eventhandler.RemoveAllListeners()
Removes all the event listeners (functions) attached to this event.
---@type EventHandler
local eventhandler;
eventhandler.RemoveAllListeners()