Object::GetModifiedFlag
Defined in:
Returns the modified flag for an object.
C4Objects.h
Prototype
bool GetModifiedFlag(void) const;
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