|
terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
|
Collaboration diagram for Terraria.GameContent.DoorOpeningHelper:Classes | |
| class | CommonDoorOpeningInfoProvider |
| interface | DoorAutoHandler |
| struct | DoorOpenCloseTogglingInfo |
| struct | PlayerInfoForClosingDoors |
| struct | PlayerInfoForOpeningDoors |
| class | TallGateOpeningInfoProvider |
Public Types | |
| enum | DoorAutoOpeningPreference { Disabled , EnabledForGamepadOnly , EnabledForEverything } |
Public Member Functions | |
| void | AllowOpeningDoorsByVelocityAloneForATime (int timeInFramesToAllow) |
| void | Update (Player player) |
| void | LookForDoorsToClose (Player player) |
| void | LookForDoorsToOpen (Player player) |
| DoorOpeningHelper () | |
Static Public Member Functions | |
| static void | CyclePreferences () |
Static Public Attributes | |
| static DoorOpeningHelper.DoorAutoOpeningPreference | PreferenceSettings |
Private Types | |
| enum | DoorCloseAttemptResult { StillInDoorArea , ClosedDoor , FailedToCloseDoor , DoorIsInvalidated } |
Static Private Member Functions | |
| static | DoorOpeningHelper () |
Definition at line 12 of file DoorOpeningHelper.cs.