C4 Engine
C4 Engine API Documentation

Controller::WakeController

Defined in:  C4Controller.h
Wakes a sleeping controller.
Prototype

virtual void WakeController(void);

Description
The WakeController function wakes a controller that was previously placed in the sleeping state by the Controller::SleepController function. The Controller::MoveController function is called only for controllers that are currently in the non-sleeping state.

Any override of the WakeController function should always call the base class counterpart.
See Also

Controller::SleepController

Controller::MoveController