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

◆ LookForDoorsToClose()

void Terraria.GameContent.DoorOpeningHelper.LookForDoorsToClose ( Player player)
inline

Definition at line 50 of file DoorOpeningHelper.cs.

51 {
52 Rectangle hitbox = player.Hitbox;
53 int size = this._ongoingOpenDoors._size;
54 }
class f__AnonymousType0<< Count > j__TPar
List< DoorOpeningHelper.DoorOpenCloseTogglingInfo > _ongoingOpenDoors

References Terraria.GameContent.DoorOpeningHelper._ongoingOpenDoors, Terraria.Entity.Hitbox, and j__TPar.

Referenced by Terraria.GameContent.DoorOpeningHelper.Update().