Table of Contents

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

Version

TargetSuzerainVersion

The expected Suzerain version.

public const string TargetSuzerainVersion = "3.1.0.1.175"

Field Value

string

VersionEra

The 'era' component of the current SMK version.

public const int VersionEra = 1

Field Value

int

VersionRelease

The 'release' component of the current SMK version.

public const int VersionRelease = 3

Field Value

int

VersionStr

The current SMK version as a string.

public const string VersionStr = "1.3"

Field Value

string