C# Class GameMaker.GM_TypeExtensions

Show file Open project: WarlockD/GMdsam

Public Methods

Method Description
ConvertType ( this t0, GM_Type t1 ) : GM_Type
canBeInstance ( this t ) : bool
isBestVar ( this t ) : bool
isInstance ( this t ) : bool
isInteger ( this t ) : bool
isNumber ( this t ) : bool
isReal ( this t ) : bool

Method Details

ConvertType() public static method

public static ConvertType ( this t0, GM_Type t1 ) : GM_Type
t0 this
t1 GM_Type
return GM_Type

canBeInstance() public static method

public static canBeInstance ( this t ) : bool
t this
return bool

isBestVar() public static method

public static isBestVar ( this t ) : bool
t this
return bool

isInstance() public static method

public static isInstance ( this t ) : bool
t this
return bool

isInteger() public static method

public static isInteger ( this t ) : bool
t this
return bool

isNumber() public static method

public static isNumber ( this t ) : bool
t this
return bool

isReal() public static method

public static isReal ( this t ) : bool
t this
return bool