C# Класс SharpMod.Warmup.HelperMethods

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

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

Метод Описание
Bool ( this str ) : bool
GetFloat ( this cvar ) : float
GetInt ( this cvar ) : int
TryGet2Int ( this cvar, int &@value, int defvalue ) : bool
TryGetFloat ( this cvar, float &@value ) : bool
TryGetFloat ( this cvar, float &@value, float defvalue ) : bool
TryGetInt ( this cvar, int &@value ) : bool

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

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

public static Bool ( this str ) : bool
str this
Результат bool

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

public static GetFloat ( this cvar ) : float
cvar this
Результат float

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

public static GetInt ( this cvar ) : int
cvar this
Результат int

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

public static TryGet2Int ( this cvar, int &@value, int defvalue ) : bool
cvar this
@value int
defvalue int
Результат bool

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

public static TryGetFloat ( this cvar, float &@value ) : bool
cvar this
@value float
Результат bool

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

public static TryGetFloat ( this cvar, float &@value, float defvalue ) : bool
cvar this
@value float
defvalue float
Результат bool

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

public static TryGetInt ( this cvar, int &@value ) : bool
cvar this
@value int
Результат bool