Method | Description | |
---|---|---|
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).
|
public static IsMainArmor ( this pocket ) : bool | ||
this | ||
return | bool |
public static IsMainEquip ( this pocket, WeaponSet set ) : bool | ||
this | ||
set | WeaponSet | |
return | bool |