Click or drag to resize

ConfigNodePatchpatchCreationTimestamp Field

Unix Epoch timesmap of when the patch was created.

Namespace:  KSPDev.ConfigUtils
Assembly:  KSPDev_Utils.1.2 (in KSPDev_Utils.1.2.dll) Version: 1.2 for KSP v1.6+
Syntax
C#
[PersistentFieldAttribute("patchCreationTimestamp")]
public double patchCreationTimestamp
Request Example View Source

Field Value

Type: Double
Remarks
It doesn't need to be precise. The main goal of this timestamp is to order patches on the same part. The patches created earlier will be applied first. This timestamp can also be used to determine when it makes sense to drop it from the distribution, e.g. if it's too old and not relevant anymore.
See Also