Click or drag to resize

BasePersistentFieldAttributegroup Field

A tag for a group of fields.

Namespace:  KSPDev.ConfigUtils
Assembly:  KSPDev_Utils.1.2 (in KSPDev_Utils.1.2.dll) Version: 1.2 for KSP v1.6+
Syntax
C#
public string group
Request Example View Source

Field Value

Type: String
Remarks
Group can be used when reading/writing values via ConfigAccessor to process only a subset of the persistent fields of the class. It's case-insensitive.
See Also