Click or drag to resize

StdPersistentGroupsDefault Field

A public group that can be saved/loaded on every game scene.

Namespace:  KSPDev.ConfigUtils
Assembly:  KSPDev_Utils.2.5 (in KSPDev_Utils.2.5.dll) Version: 2.5 for KSP v1
Syntax
C#
public const string Default = ""
Request Example View Source

Field Value

Type: String
Remarks
By the contract any caller can save/load this group at any time. If the class declares the persistent fields with a specific save/load logic, then they need to have a group different from the default.
See Also