C4 Engine
C4 Engine API Documentation

Object::GetModifiedFlag

Defined in:  C4Objects.h
Returns the modified flag for an object.
Prototype

bool GetModifiedFlag(voidconst;

Description
The GetModifiedFlag function returns the flag indicating whether an object has been modified. This flag is used when saving a world using the WorldMgr::SaveDeltaWorld function.
See Also

Object::SetModifiedFlag