C4 Engine
C4 Engine API Documentation

Message::GetMessageType

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

MessageType GetMessageType(voidconst;

Description
The GetMessageType function is typically called from the Application::CreateMessage function to determine what type of message needs to be constructed or from the Application::ReceiveMessage function to determine what type of message is being received.
See Also

Application::CreateMessage

Application::ReceiveMessage