terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
Terraria.CombatText Class Reference

Public Member Functions

void Update ()
 
 CombatText ()
 

Static Public Member Functions

static int NewText (Rectangle location, Color color, int amount, bool dramatic=false, bool dot=false)
 
static int NewText (Rectangle location, Color color, string text, bool dramatic=false, bool dot=false)
 
static void clearAll ()
 
static void UpdateCombatText ()
 

Public Attributes

Vector2 position
 
Vector2 velocity
 
float alpha
 
int alphaDir = 1
 
string text = ""
 
float scale = (float)16256
 
float rotation
 
Color color
 
bool active
 
int lifeTime
 
bool crit
 
bool dot
 

Static Public Attributes

static readonly Color DamagedFriendly
 
static readonly Color DamagedFriendlyCrit
 
static readonly Color DamagedHostile
 
static readonly Color DamagedHostileCrit
 
static readonly Color OthersDamagedHostile
 
static readonly Color OthersDamagedHostileCrit
 
static readonly Color HealLife
 
static readonly Color HealMana
 
static readonly Color LifeRegen
 
static readonly Color LifeRegenNegative
 

Properties

static float TargetScale [get]
 

Static Private Member Functions

static CombatText ()
 

Detailed Description

Definition at line 9 of file CombatText.cs.


The documentation for this class was generated from the following file: