MessageMgr::InstallStateSender
Defined in:
Installs a state-sending function.
C4Messages.h
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