Property | Type | Description | |
---|---|---|---|
ButtonHovered | bool[] | ||
ButtonScale | float[] |
Method | Description | |
---|---|---|
DepositAll ( ) : void | ||
Draw ( |
||
LootAll ( ) : void | ||
MoveCoins ( |
||
QuickStack ( ) : void | ||
RenameChest ( ) : void | ||
RenameChestCancel ( ) : void | ||
Restock ( ) : void | ||
TryPlacingInChest ( |
||
TryPlacingInPlayer ( int slot, bool justCheck ) : bool | ||
UpdateHover ( int ID, bool hovering ) : void |
Method | Description | |
---|---|---|
DrawButton ( |
||
DrawButtons ( |
||
DrawName ( |
||
DrawSlots ( |
public static Draw ( |
||
spritebatch | ||
return | void |
public static MoveCoins ( |
||
pInv | ||
cInv | ||
return | void |
public static TryPlacingInChest ( |
||
I | ||
justCheck | bool | |
return | bool |
public static TryPlacingInPlayer ( int slot, bool justCheck ) : bool | ||
slot | int | |
justCheck | bool | |
return | bool |
public static UpdateHover ( int ID, bool hovering ) : void | ||
ID | int | |
hovering | bool | |
return | void |