C4 Engine
C4 Engine API Documentation

SnapshotSender::ExpediteSnapshot

Defined in:  C4Messages.h
Causes a snapshot to be sent as soon as possible.
Prototype

void ExpediteSnapshot(void);

Description
The ExpediteSnapshot function causes a snapshot to be sent at the next opportunity schedule by the Message Manager without regard for the snapshot period. This function should be called when a major change is made to an object's state and that information needs to be transmitted to client machines sooner than it might ordinarily be done.
See Also

SnapshotSender::GetSnapshotPeriod

SnapshotSender::SetSnapshotPeriod

SnapshotSender::SendSnapshot