GameEvent.UnregisterListener

Method in GameEvent

Declaration

public void UnregisterListener(GameEventListener listener)

Description

Removes the event listener from the list of listeners that are invoked when the event is raised.

Parameters

listenerThe event listener to unregister.