|
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
|
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 |
Properties | |
| static float | TargetScale [get, set] |
Static Private Member Functions | |
| static | CombatText () |
Definition at line 14 of file CombatText.cs.