C4 Engine
C4 Engine API Documentation

ControllerMessage::GetControllerIndex

Defined in:  C4Messages.h
Returns the World Manager controller index corresponding to a controller message.
Prototype

int32 GetControllerIndex(voidconst;

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

World::GetController