ConfigNodePatchpatchCreationTimestamp Field |
Unix Epoch timestamp of when the patch was created.
Namespace:
KSPDev.ConfigUtils
Assembly:
KSPDev_Utils.2.2 (in KSPDev_Utils.2.2.dll) Version: 2.2 for KSP v1
Syntax[PersistentFieldAttribute("patchCreationTimestamp")]
public double patchCreationTimestamp
Request Example
View SourceField 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