ControllerMessage::GetControllerIndex
Defined in:
Returns the World Manager controller index corresponding to a controller message.
C4Messages.h
Prototype
int32 GetControllerIndex(void) const;
Description
The GetControllerIndex
function returns the controller index corresponding to the ControllerMessage
object. The associated controller can be retrieved by calling the World::GetController
function.
See Also