This object is designed to make it as easy as possible to quickly iterate on settings objects, and easily generate settings pages for them. For full instructions on the use and use cases of this object refer to this guide TODO
Variables
Variable name
Variable type
Description
SaveLocation
String
The path to save to. For example, the main DRGLib settings object saves to DRGLib\Settings
ObjectVersion
Integer
Intended to allow you (The Modder) to keep track of revisions of your save object
Functions
AddProperty
Function name
AddProperty
Inputs
PropertyID(Name) Leave empty for the property to be “UnnamedXXXX” PropertyData(LIB_SAV_O_BaseProperty object reference) The property to add
Adds a new property to the custom save object. If the propertyID matches an existing property then overwrites it