public struct GameVersion

Class that only contains a constant value with the current game version

Fields

public const string Version

Constant that returns the current game version

Constant value: "1.26.6"


Methods

public static int GetDifference(string a, string b)

Returns a negative number if precedes ( is older).

Returns 0 if they are the same.

Returns a positive number if succeeds ( is newer).


public static bool IsOlderThan(string a, string b)

No description provided


public static bool IsAtLeast(string a, string b)

No description provided


public static bool IsNewerThan(string a, string b)

No description provided


public static int ParseBuildIndex(string input)

Returns an integer that represents the build index of the given version string. The higher the number, the newer the version.

Format examples:


Attention!

This member is obsolete and should not be used. It is a remnant from the past.

bi bij bibi