Removing Listeners
Registered Listeners
A registered listener is a wrapper object around the coroutine itself that will allow the listener to be removed later on. Should you need the coroutine back, call RegisteredListener.get_coro()
.
Removing The listener
Removing a listener is as simple as using an Event's HandlerList. This is one example:
Last updated