C# Class Terraria.ItemText

Afficher le fichier Open project: EmuDevs/EDTerraria Class Usage Examples

Méthodes publiques

Свойство 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

Méthodes publiques

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

Private Methods

Méthode Description
ValueToName ( int coinValue ) : string
ValueToName ( ) : void

Method Details

NewText() public static méthode

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

Update() public méthode

public Update ( int whoAmI ) : void
whoAmI int
Résultat void

UpdateItemText() public static méthode

public static UpdateItemText ( ) : void
Résultat void

Property Details

NoStack public_oe property

public bool NoStack
Résultat bool

active public_oe property

public bool active
Résultat bool

activeTime public_oe static_oe property

public static int activeTime
Résultat int

alpha public_oe property

public float alpha
Résultat float

alphaDir public_oe property

public int alphaDir
Résultat int

coinText public_oe property

public bool coinText
Résultat bool

coinValue public_oe property

public int coinValue
Résultat int

color public_oe property

public Color color
Résultat Color

expert public_oe property

public bool expert
Résultat bool

lifeTime public_oe property

public int lifeTime
Résultat int

name public_oe property

public string name
Résultat string

numActive public_oe static_oe property

public static int numActive
Résultat int

position public_oe property

public Vector2 position
Résultat Vector2

rotation public_oe property

public float rotation
Résultat float

scale public_oe property

public float scale
Résultat float

stack public_oe property

public int stack
Résultat int

velocity public_oe property

public Vector2 velocity
Résultat Vector2