C4 Engine
C4 Engine API Documentation

MessageMgr::GetSnapshotInterval

Defined in:  C4Messages.h
Returns the time in between snapshots.
Prototype

int32 GetSnapshotInterval(voidconst;

Description
The GetSnapshotInterval function returns the time, in milliseconds, that the Message Manager waits after sending a state snapshot before the next snapshot is sent.
See Also

MessageMgr::GetSnapshotFrequency

MessageMgr::SetSnapshotInterval

SnapshotSender