removeListener()
world.events.removeListener(target, name, listener)
Description
Un-registers an existing listener. The eid, name, and exact reference to the listener callback is needed to remove the listener.
world.events.removeListener(target, name, listener)
Un-registers an existing listener. The eid, name, and exact reference to the listener callback is needed to remove the listener.