C# Класс GameMaker.GM_TypeExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

ConvertType() публичный статический Метод

public static ConvertType ( this t0, GM_Type t1 ) : GM_Type
t0 this
t1 GM_Type
Результат GM_Type

canBeInstance() публичный статический Метод

public static canBeInstance ( this t ) : bool
t this
Результат bool

isBestVar() публичный статический Метод

public static isBestVar ( this t ) : bool
t this
Результат bool

isInstance() публичный статический Метод

public static isInstance ( this t ) : bool
t this
Результат bool

isInteger() публичный статический Метод

public static isInteger ( this t ) : bool
t this
Результат bool

isNumber() публичный статический Метод

public static isNumber ( this t ) : bool
t this
Результат bool

isReal() публичный статический Метод

public static isReal ( this t ) : bool
t this
Результат bool