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.1.1 (in KSPDev_Utils.1.1.dll) Version: 1.1 for KSP v1.6+
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