C4 Engine
C4 Engine API Documentation

MessageMgr::GetLocalPlayer

Defined in:  C4Messages.h
Returns the player representing the local machine.
Prototype

Player *GetLocalPlayer(void);

Description
The GetLocalPlayer function returns the Player object associated with the local machine.
See Also

MessageMgr::GetFirstPlayer

MessageMgr::GetPlayer

Player