C# Class GameMaker.GM_TypeExtensions

Afficher le fichier Open project: WarlockD/GMdsam

Méthodes publiques

Méthode 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 méthode

public static ConvertType ( this t0, GM_Type t1 ) : GM_Type
t0 this
t1 GM_Type
Résultat GM_Type

canBeInstance() public static méthode

public static canBeInstance ( this t ) : bool
t this
Résultat bool

isBestVar() public static méthode

public static isBestVar ( this t ) : bool
t this
Résultat bool

isInstance() public static méthode

public static isInstance ( this t ) : bool
t this
Résultat bool

isInteger() public static méthode

public static isInteger ( this t ) : bool
t this
Résultat bool

isNumber() public static méthode

public static isNumber ( this t ) : bool
t this
Résultat bool

isReal() public static méthode

public static isReal ( this t ) : bool
t this
Résultat bool