C4 Engine
C4 Engine API Documentation

Object::SetModifiedFlag

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

void SetModifiedFlag(void);

Description
The SetModifiedFlag function sets the flag indicating whether an object has been modified. This flag is used when saving a world using the WorldMgr::SaveDeltaWorld function. The SetModifiedFlag function should be called whenever a property of an object has been altered and the world to which it belongs might later be saved as a difference, or delta, from the original world resource. Once the modified flag has been set, it cannot be cleared.
See Also

Object::SetModifiedFlag