Observable

class Observable

Used to register lobby event listeners.

AddListener(event : string, listener : function)

Adds a listener function for the specified event. This function will be invoked when the event happens.

RemoveListener(event : string, listener : function)

Removes an existing listener function for the specified event.

Previous topic

Interface

This Page