Property | Type | Description | |
---|---|---|---|
EquipTypes | EquipType[] |
Method | Description | |
---|---|---|
GetEquipTexture ( EquipType type, int slot ) : EquipTexture |
Method | Description | |
---|---|---|
EquipLoader ( ) : System | ||
GetLoadedArray ( EquipType type ) : bool[] | ||
GetNumVanilla ( EquipType type ) : int | ||
GetPlayerEquip ( Player player, EquipType type ) : int | ||
GetTextureArray ( EquipType type ) : Texture2D[] | ||
ReserveEquipID ( EquipType type ) : int | ||
ResizeAndFillArrays ( ) : void | ||
SetSlot ( Item item ) : void | ||
Unload ( ) : void |
public static GetEquipTexture ( EquipType type, int slot ) : EquipTexture | ||
type | EquipType | |
slot | int | |
return | EquipTexture |