TModLoader v1.4.4.9
TModLoader source code documentation
Loading...
Searching...
No Matches

◆ NewText() [1/2]

static int Terraria.CombatText.NewText ( Rectangle location,
Color color,
int amount,
bool dramatic = false,
bool dot = false )
inlinestatic

Definition at line 66 of file CombatText.cs.

67 {
68 //IL_0000: Unknown result type (might be due to invalid IL or missing references)
69 //IL_0001: Unknown result type (might be due to invalid IL or missing references)
70 return NewText(location, color, amount.ToString(), dramatic, dot);
71 }
static int NewText(Rectangle location, Color color, int amount, bool dramatic=false, bool dot=false)
Definition CombatText.cs:66

References Terraria.CombatText.color, Terraria.CombatText.dot, and Terraria.CombatText.NewText().

Referenced by Terraria.MessageBuffer.GetData(), Terraria.Player.HealEffect(), Terraria.NPC.HealEffect(), Terraria.Player.Hurt(), Terraria.Player.ManaEffect(), Terraria.CombatText.NewText(), Terraria.NPC.StrikeNPC(), Terraria.Player.UpdateLifeRegen(), and Terraria.NPC.UpdateNPC_BuffApplyDOTs().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: