C4 Engine Terathon Software C4 Engine API Documentation

• Message Manager

API Links
Developer Links

ControllerMessage::GetControllerMessageType

Defined in:  C4Messages.h
Returns the dynamic type identifier of a controller message.
Prototype

ControllerMessageType GetControllerMessageType(voidconst;

Description
The GetControllerMessageType function is typically called from the Controller::ConstructMessage function to determine what type of controller message needs to be constructed or from the Controller::ReceiveMessage function to determine what type of message is being received.
See Also

Controller::ConstructMessage

Controller::ReceiveMessage