terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
Terraria.CombatText Class Reference
+ Collaboration diagram for Terraria.CombatText:

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
 
string text
 
float scale
 
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, set]
 

Static Private Member Functions

static CombatText ()
 

Detailed Description

Definition at line 14 of file CombatText.cs.


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