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

◆ CanHit() [4/4]

static bool Terraria.Collision.CanHit ( Vector2 Position1,
int Width1,
int Height1,
Vector2 Position2,
int Width2,
int Height2 )
inlinestatic

Definition at line 606 of file Collision.cs.

607 {
608 //IL_0000: Unknown result type (might be due to invalid IL or missing references)
609 //IL_0001: Unknown result type (might be due to invalid IL or missing references)
610 //IL_0008: Unknown result type (might be due to invalid IL or missing references)
611 //IL_0009: Unknown result type (might be due to invalid IL or missing references)
612 return CanHit(Position1.ToPoint(), Width1, Height1, Position2.ToPoint(), Width2, Height2);
613 }
static bool CanHit(Entity source, Entity target)
Definition Collision.cs:592

References Terraria.Collision.CanHit().

+ Here is the call graph for this function: