C# Класс Aura.Mabi.Const.PocketExtensions

Extensions for Pocket enum.
Показать файл Открыть проект

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

Метод Описание
IsBag ( this pocket ) : bool

Returns true if pocket is between min and max bag.

IsEquip ( this pocket ) : bool

Returns true if pocket is an equipment pocket (incl Face and Hair).

IsMainArmor ( this pocket ) : bool

Returns true if pocket is a main armor pocket (no style, hair, face, or weapons).

IsMainEquip ( this pocket, WeaponSet set ) : bool

Returns true if pocket is a main equipment pocket (no style, hair, face, or second weapon set).

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

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

Returns true if pocket is between min and max bag.
public static IsBag ( this pocket ) : bool
pocket this
Результат bool

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

Returns true if pocket is an equipment pocket (incl Face and Hair).
public static IsEquip ( this pocket ) : bool
pocket this
Результат bool

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

Returns true if pocket is a main armor pocket (no style, hair, face, or weapons).
public static IsMainArmor ( this pocket ) : bool
pocket this
Результат bool

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

Returns true if pocket is a main equipment pocket (no style, hair, face, or second weapon set).
public static IsMainEquip ( this pocket, WeaponSet set ) : bool
pocket this
set WeaponSet
Результат bool