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

◆ TryAutoOpeningDoor()

void Terraria.GameContent.DoorOpeningHelper.TryAutoOpeningDoor ( Point tileCoords,
PlayerInfoForOpeningDoors playerInfo )
inlineprivate

Definition at line 462 of file DoorOpeningHelper.cs.

463 {
464 //IL_0001: Unknown result type (might be due to invalid IL or missing references)
465 //IL_000c: Unknown result type (might be due to invalid IL or missing references)
467 {
468 DoorOpenCloseTogglingInfo doorOpenCloseTogglingInfo = infoProvider.ProvideInfo(tileCoords);
470 {
472 }
473 }
474 }
bool TryGetHandler(Point tileCoords, out DoorAutoHandler infoProvider)
List< DoorOpenCloseTogglingInfo > _ongoingOpenDoors

References Terraria.GameContent.DoorOpeningHelper._ongoingOpenDoors, and Terraria.GameContent.DoorOpeningHelper.TryGetHandler().

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

+ Here is the call graph for this function:
+ Here is the caller graph for this function: