terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ GetPickedUpByMonsters_Special()

void Terraria.Item.GetPickedUpByMonsters_Special ( int i)
inlineprivate

Definition at line 1447 of file Item.cs.

1448 {
1449 int num = this.type;
1450 if (num == 0)
1451 {
1452 }
1453 if (num == 0)
1454 {
1455 Rectangle hitbox = base.Hitbox;
1456 if (num == 0)
1457 {
1458 }
1460 bool flag = rectangle.Intersects(rectangle);
1461 }
1462 }
class f__AnonymousType0<< Count > j__TPar
void Intersects(Rectangle value, [Out] bool result)
Definition Rectangle.cs:263

References Microsoft.Xna.Framework.Rectangle.Intersects(), j__TPar, and Terraria.Item.type.