Click or drag to resize

ConfigNodePatchTestSectionpartTests Field

Part's persited fields to check.

Namespace:  KSPDev.ConfigUtils
Assembly:  KSPDev_Utils.2.5 (in KSPDev_Utils.2.5.dll) Version: 2.5 for KSP v1
Syntax
C#
[PersistentFieldAttribute("PART")]
public PersistentConfigNode partTests
Request Example View Source

Field Value

Type: PersistentConfigNode
Remarks
The check is done "one-to-one". In order fro the part to qualify, all its fields must match exactly to the provided values.
See Also