‪GamecraftModdingAPI  ‪v1.8.0
‪The unofficial Gamecraft modding API
GamecraftModdingAPI.Utility.VersionTracking Class Reference

‪Tracks the API version the current game was built for. For compatibility reasons, this must be enabled before it will work. More...

Static Public Member Functions

static void Disable ()
 ‪Disable API version tracking. More...
 
static void Enable ()
 ‪Enable API version tracking. More...
 
static uint GetVersion ()
 ‪Gets the API version saved in the current game. More...
 
static void Init ()
 

Detailed Description

Tracks the API version the current game was built for. For compatibility reasons, this must be enabled before it will work.

Member Function Documentation

◆ Disable()

static void GamecraftModdingAPI.Utility.VersionTracking.Disable ( )
inlinestatic

‪Disable API version tracking.

◆ Enable()

static void GamecraftModdingAPI.Utility.VersionTracking.Enable ( )
inlinestatic

‪Enable API version tracking.

◆ GetVersion()

static uint GamecraftModdingAPI.Utility.VersionTracking.GetVersion ( )
inlinestatic

‪Gets the API version saved in the current game.

Returns
‪The version.

◆ Init()

static void GamecraftModdingAPI.Utility.VersionTracking.Init ( )
inlinestatic

The documentation for this class was generated from the following file: