Click or drag to resize

ConfigNodePatch Fields

The ConfigNodePatch type exposes the following members.

Fields
  NameDescription
Public fieldloadContext
Context in which this patch should be applied.
Public fieldmodName
Name of the mod's assembly which owns the part being patched.
Public fieldname
Name of the patch. It must be unique in the game's scope.
Public fieldpatchCreationTimestamp
Unix Epoch timesmap of when the patch was created.
Public fieldtestSection
Section that defines rules for the part to qualify for patching.
Public fieldupgradeSection
Section that defines how to change the part if it qualifies for patching.
Public fieldverboseLogging
Tells if all patch processing job must be logged.
Top
See Also