C4 Engine
C4 Engine API Documentation

Controller::InvalidateController

Defined in:  C4Controller.h
Indicates that a controller needs to be updated.
Prototype

void InvalidateController(void);

Description
The InvalidateController function should be called to indicate that a controller should be updated before the next time it is rendered. When a controller's target node is visible and the controller has been invalidated, the Controller::UpdateController function is called by the World Manager.
See Also

Controller::UpdateController