Class SmkInfo
- Namespace
- SuzerainModdingKit
- Assembly
- SuzerainModdingKit.dll
Info about the current SMK build.
public static class SmkInfo
- Inheritance
-
SmkInfo
- Inherited Members
Fields
ModVersion
The version of the mod.
[Obsolete("Deprecated in v1.3. Use VersionEra, VersionRelease, and/or VersionStr instead.")]
public static readonly Version ModVersion
Field Value
TargetSuzerainVersion
The expected Suzerain version.
public const string TargetSuzerainVersion = "3.1.0.1.175"
Field Value
VersionEra
The 'era' component of the current SMK version.
public const int VersionEra = 1
Field Value
VersionRelease
The 'release' component of the current SMK version.
public const int VersionRelease = 3
Field Value
VersionStr
The current SMK version as a string.
public const string VersionStr = "1.3"