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

◆ HealEffect() [1/2]

void Terraria.NPC.HealEffect ( int healAmount,
bool broadcast = true )
inline

Definition at line 82868 of file NPC.cs.

82869 {
82870 //IL_0024: Unknown result type (might be due to invalid IL or missing references)
82871 HealEffect(new Rectangle((int)position.X, (int)position.Y, width, height), healAmount, broadcast);
82872 }
Vector2 position
The position of this Entity in world coordinates.
Definition Entity.cs:28
int width
The width of this Entity's hitbox, in pixels.
Definition Entity.cs:46
int height
The height of this Entity's hitbox, in pixels.
Definition Entity.cs:51
void HealEffect(int healAmount, bool broadcast=true)
Definition NPC.cs:82868

References Terraria.NPC.HealEffect(), Terraria.Entity.height, Terraria.Entity.position, and Terraria.Entity.width.

Referenced by Terraria.NPC.AI_107_ImprovedWalkers(), Terraria.NPC.HealEffect(), and Terraria.NPC.VanillaAI_Inner().

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