Property | Type | Description | |
---|---|---|---|
NoStack | bool | ||
active | bool | ||
activeTime | int | ||
alpha | float | ||
alphaDir | int | ||
coinText | bool | ||
coinValue | int | ||
color | Color | ||
expert | bool | ||
lifeTime | int | ||
name | string | ||
numActive | int | ||
position | Vector2 | ||
rotation | float | ||
scale | float | ||
stack | int | ||
velocity | Vector2 |
Method | Description | |
---|---|---|
NewText ( Item newItem, int stack, bool noStack = false, bool longText = false ) : void | ||
Update ( int whoAmI ) : void | ||
UpdateItemText ( ) : void |
Method | Description | |
---|---|---|
ValueToName ( int coinValue ) : string | ||
ValueToName ( ) : void |
public static NewText ( Item newItem, int stack, bool noStack = false, bool longText = false ) : void | ||
newItem | Item | |
stack | int | |
noStack | bool | |
longText | bool | |
return | void |