C4 Engine Terathon Software C4 Engine API Documentation

• Controller System

API Links
Developer Links

Controller::Invalidate

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

void Invalidate(void);

Description
The Invalidate 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::Update function is called by the World Manager.
See Also
Controller::Update