C4 Engine Terathon Software C4 Engine API Documentation

• Message Manager

API Links
Developer Links

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