C4 Engine Terathon Software C4 Engine API Documentation

• Message Manager

API Links
Developer Links

MessageMgr::GetSnapshotFrequency

Defined in:  C4Messages.h
Returns the snapshot frequency.
Prototype

float GetSnapshotFrequency(voidconst;

Description
The GetSnapshotFrequency function returns the snapshot frequency, in kilohertz. This value is simply the reciprocal of the snapshot time interval specified in milliseconds.
See Also

MessageMgr::GetSnapshotInterval

MessageMgr::SetSnapshotInterval

SnapshotSender