Click or drag to resize

StdPersistentGroupsPartConfigLoadGroup Field

A public group for the feilds that needs to be loaded from a part config.

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 PartConfigLoadGroup = "PartConfig"
Request Example View Source

Field Value

Type: String
Remarks
It's a very special group, never deal with it directly. The consumer code is only allowed to use this group when defining the persistent fields via annotations.
See Also