terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
|
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 |
Properties | |
static float | TargetScale [get] |
Static Private Member Functions | |
static | CombatText () |
Definition at line 9 of file CombatText.cs.