tModLoader v2024.09
A mod to make and play Terraria mods
|
Used along with EntitySource_Parent. The Attacker is also the EntitySource_Parent.Entity (owner of the effect) More...
Inherited by EntitySource_OnHit.
Properties | |
Entity | Attacker [get] |
The attacking entity. Note that this may be a Projectile (possibly owned by a player), a Player or even a NPC More... | |
Entity | Victim [get] |
The entity being attacked. Normally an NPC, but could be an Player if a mod decides to use this source in such a way More... | |
Used along with EntitySource_Parent. The Attacker is also the EntitySource_Parent.Entity (owner of the effect)
|
get |
The attacking entity. Note that this may be a Projectile (possibly owned by a player), a Player or even a NPC
Implemented in EntitySource_OnHit.
|
get |
The entity being attacked. Normally an NPC, but could be an Player if a mod decides to use this source in such a way
Implemented in EntitySource_OnHit.