Click or drag to resize

StdPersistentGroupsSessionGroup Field

A public group of the persistent fields which need to persist their values between the game scene changes. Including the game reload.

Namespace:  KSPDev.ConfigUtils
Assembly:  KSPDev_Utils.2.5 (in KSPDev_Utils.2.5.dll) Version: 2.5 for KSP v1
Syntax
C#
public const string SessionGroup = "Session"
Request Example View Source

Field Value

Type: String
Remarks
It's a good idea to store these values to a file, located in the "PlugindData" folder. Otherwise, this any changes to this file will trigger a full game database update on the game load.
See Also