C# Class Terraria.ItemText

Mostrar archivo Open project: EmuDevs/EDTerraria Class Usage Examples

Public Properties

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

Public Methods

Method Description
NewText ( Item newItem, int stack, bool noStack = false, bool longText = false ) : void
Update ( int whoAmI ) : void
UpdateItemText ( ) : void

Private Methods

Method Description
ValueToName ( int coinValue ) : string
ValueToName ( ) : void

Method Details

NewText() public static method

public static NewText ( Item newItem, int stack, bool noStack = false, bool longText = false ) : void
newItem Item
stack int
noStack bool
longText bool
return void

Update() public method

public Update ( int whoAmI ) : void
whoAmI int
return void

UpdateItemText() public static method

public static UpdateItemText ( ) : void
return void

Property Details

NoStack public_oe property

public bool NoStack
return bool

active public_oe property

public bool active
return bool

activeTime public_oe static_oe property

public static int activeTime
return int

alpha public_oe property

public float alpha
return float

alphaDir public_oe property

public int alphaDir
return int

coinText public_oe property

public bool coinText
return bool

coinValue public_oe property

public int coinValue
return int

color public_oe property

public Color color
return Color

expert public_oe property

public bool expert
return bool

lifeTime public_oe property

public int lifeTime
return int

name public_oe property

public string name
return string

numActive public_oe static_oe property

public static int numActive
return int

position public_oe property

public Vector2 position
return Vector2

rotation public_oe property

public float rotation
return float

scale public_oe property

public float scale
return float

stack public_oe property

public int stack
return int

velocity public_oe property

public Vector2 velocity
return Vector2