Click or drag to resize

ConfigNodePatchTestSection Class

Config class that specifies how to check if the part qualifies for patching.
Inheritance Hierarchy
SystemObject
  KSPDev.ConfigUtilsConfigNodePatchTestSection

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

The ConfigNodePatchTestSection type exposes the following members.

Constructors
  NameDescription
Public methodConfigNodePatchTestSection
Initializes a new instance of the ConfigNodePatchTestSection class
Top
Fields
  NameDescription
Public fieldmoduleTests
Part modules persisted fields to check.
Public fieldpartTests
Part's persited fields to check.
Top
See Also