terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
|
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 } |
Private Member Functions | |
bool | ShouldTryOpeningDoors () |
DoorOpeningHelper.PlayerInfoForClosingDoors | GetPlayerInfoForClosingDoor (Player player) |
DoorOpeningHelper.PlayerInfoForOpeningDoors | GetPlayerInfoForOpeningDoor (Player player) |
void | TryAutoOpeningDoor (Point tileCoords, DoorOpeningHelper.PlayerInfoForOpeningDoors playerInfo) |
bool | TryGetHandler (Point tileCoords, [Out] DoorOpeningHelper.DoorAutoHandler infoProvider) |
Static Private Member Functions | |
static | DoorOpeningHelper () |
Definition at line 10 of file DoorOpeningHelper.cs.