Search Results for

    Show / Hide Table of Contents

    Class GlobalVars

    Inheritance
    Object
    GlobalVars
    Namespace: RTSEngine
    Assembly: cs.temp.dll.dll
    Syntax
    public static class GlobalVars

    Properties

    VERSION_INITIAL

    Declaration
    public static int VERSION_INITIAL { get; }
    Property Value
    Type Description
    Int32

    VERSION_SECONDARY

    Declaration
    public static int VERSION_SECONDARY { get; }
    Property Value
    Type Description
    Int32

    VERSION_YEAR

    Declaration
    public static int VERSION_YEAR { get; }
    Property Value
    Type Description
    Int32

    Methods

    IsNewerOrEqualVersion(Int32, Int32, Int32)

    Declaration
    public static bool IsNewerOrEqualVersion(int versionYear, int versionInitial, int versionSecondary)
    Parameters
    Type Name Description
    Int32 versionYear
    Int32 versionInitial
    Int32 versionSecondary
    Returns
    Type Description
    Boolean
    In This Article
    Back to top Unity RTS Engine Documentation