![]() |
• Message Manager | ||
|
API Links
Developer Links
|
MessageMgr::AddSnapshotSenderDefined in:
Registers a snapshot-sending object.
C4Messages.hPrototype
Parameters
Description
The AddSnapshotSender function registers a snapshot-sending object that is able to send snapshot messages whenever the Message Manager sends a snapshot to client machines in a multiplayer game. When the Message Manager sends a snapshot, the SnapshotSender::SendSnapshot function of the object specified by the sender parameter is called.A snapshot-sending function is unregistered by either destroying the SnapshotSender object or calling the MessageMgr::RemoveSnapshotSender function.
See Also
|