C# 클래스 Aura.Mabi.Const.PocketExtensions

Extensions for Pocket enum.
파일 보기 프로젝트 열기: aura-project/aura

공개 메소드들

메소드 설명
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