AlignmentManager.Save Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Explicitly save the database.
public bool Save ();
abstract member Save : unit -> bool
override this.Save : unit -> bool
Public Function Save () As Boolean
Returns
True if successfully saved.
Implements
Remarks
The database is also implicitly saved whenever dirtied if WorldLockingManager.AutoSave is enabled.