C4 Engine Terathon Software C4 Engine API Documentation

• Message Manager

API Links
Developer Links

MessageMgr::Multiplayer

Defined in:  C4Messages.h
Returns a boolean value indicating whether the Message Manager is configured for a multiplayer game.
Prototype

bool Multiplayer(voidconst;

Description
The Multiplayer function returns true if the Message Manager has been configured for a multiplayer game. If the Message Manager is in single player mode, Multiplayer returns false.
See Also
MessageMgr::BeginSinglePlayerGame

MessageMgr::BeginMultiplayerGame

MessageMgr::Server