C4 Engine
C4 Engine API Documentation

MessageMgr::InstallStateSender

Defined in:  C4Messages.h
Installs a state-sending function.
Prototype

void InstallStateSender(StateSender *sender);

Parameters
sender A pointer to a StateSender object encapsulating the state-sending function.
Description
The InstallStateSender function installs a state-sending function that is called whenever a new client machine joins a multiplayer game. A state-sending function is uninstalled by destroying the StateSender object.
See Also

StateSender