Click or drag to resize

StdPersistentGroupsPartPersistant Field

A public group that designates the fields that are saved/loaded during the vessel persistense.

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

Field Value

Type: String
Remarks
The fields of this group are expected to be loaded/saved from the related PartModule methods: OnSave and OnLoad. Dealing with them outside of this logic is highly discouraged.
See Also