|
TModLoader v1.4.4.9
TModLoader source code documentation
|
Allows you to determine whether this projectile can hit the given NPC. Return true to allow hitting the target, return false to block this projectile from hitting the target, and return null to use the vanilla code for whether the target can be hit. Returns null by default.
| target | The target. |
Definition at line 251 of file ModProjectile.cs.