Click or drag to resize
ModBesiegeVersion Property
The version of Besiege the mod is targeted at.

Versions follow the format used by the game itself, 'vMajor.Minor'. If this is not equal to the currently running game version, a warning will be printed, however the mod will still be loaded.

Default is the version the running mod loader is targeted at. Please only use this default if you are reasonably sure that a Besiege update will not break your mod!

Namespace: spaar.ModLoader
Assembly: SpaarModLoader (in SpaarModLoader.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public virtual string BesiegeVersion { get; }

Property Value

Type: String
See Also