Click or drag to resize

StdPersistentGroups Class

Group names that have special meaning.
Inheritance Hierarchy
SystemObject
  KSPDev.ConfigUtilsStdPersistentGroups

Namespace:  KSPDev.ConfigUtils
Assembly:  KSPDev_Utils.2.5 (in KSPDev_Utils.2.5.dll) Version: 2.5 for KSP v1
Syntax
C#
public static class StdPersistentGroups
Request Example View Source

The StdPersistentGroups type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberDefault
A public group that can be saved/loaded on every game scene.
Public fieldStatic memberPartConfigLoadGroup
A public group for the feilds that needs to be loaded from a part config.
Public fieldStatic memberPartPersistant
A public group that designates the fields that are saved/loaded during the vessel persistense.
Public fieldStatic memberSessionGroup
A public group of the persistent fields which need to persist their values between the game scene changes. Including the game reload.
Top
See Also