scripting:api:settings-storage:start

ISettingsStorage

Scriptable object

Service object for data/settings storage

Property Description
Count Returns number of items in collection
Name Returns storage name
Values Gets name value pairs collection
Method Description
Add Adds new storage object to collection
Copy Copy contents of another storage object
Get Gets child storage object by name
GetName Returns storage name
Item Returns item by index
read Reads object from storage
Remove Remove child storage object from collection (input can be an index or an object instance)
RemoveAll Remove children and attributes
write Writes object to storage