Click or drag to resize
GameEventBehaviour Methods

The GameEventBehaviour type exposes the following members.

Methods
  NameDescription
Protected methodAwake
Allows registering as listener for specific game logic events.
Protected methodOnDestroy
Removes all listeners.
Protected methodOnGameChanged
Removes all listeners from the old game, and adds them for the new game.
Protected methodRegisterListener
Registers for the specified event at any future FreudBot games that might start.
Protected methodRegisterListeners
Method to register for the required events in derived behaviours.
Top
See Also