Saves the object and all children to the name specified.
If class is loaded from KerbalData using the StorableObjects class then save will use the repo managed by
storable objects. Otherwise the local filesystem is used.
Namespace: KerbalDataAssembly: KerbalData (in KerbalData.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Parameters
- name (Optional)
- Type:
System String
ID or path to store object
- backup (Optional)
- Type:
System Boolean
backup the data before saving
Return Value
true=success;false=failureImplements
IStorable Save(String, Boolean)See Also