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
|
Static Public Attributes | |
const int | LeftDownDecoration = 36 |
const int | RightDownDecoration = 37 |
const int | BouncyBumperDecoration = 38 |
const int | RegularBumperDecoration = 39 |
const int | Flag_OnTrack = 0 |
const int | Flag_BouncyBumper = 1 |
const int | Flag_UsedRamp = 2 |
const int | Flag_HitSwitch = 3 |
const int | Flag_BoostLeft = 4 |
const int | Flag_BoostRight = 5 |
const float | BoosterSpeed = 4f |
Private Types | |
enum | TrackState { NoTrack = -1 , AboveTrack , OnTrack , BelowTrack , AboveFront , AboveBack , OnFront , OnBack } |
Static Private Member Functions | |
static int | GetNearbyTilesSetLookupIndex (int i, int j) |
static int | ConvertOffsetYToTrackConnectionValue (int offsetY) |
static int | ConvertTrackConnectionValueToOffsetY (int trackConnectionValue) |
static short | FrontTrack (this Tile tileTrack) |
static void | FrontTrack (this Tile tileTrack, short trackID) |
static short | BackTrack (this Tile tileTrack) |
static void | BackTrack (this Tile tileTrack, short trackID) |
static | Minecart () |
Static Private Attributes | |
const int | TotalFrames = 36 |
const int | NoConnection = -1 |
const int | TopConnection = 0 |
const int | MiddleConnection = 1 |
const int | BottomConnection = 2 |
const int | BumperEnd = -1 |
const int | BouncyEnd = -2 |
const int | RampEnd = -3 |
const int | OpenEnd = -4 |
const int | Type_Normal = 0 |
const int | Type_Pressure = 1 |
const int | Type_Booster = 2 |
static Vector2 | _trackMagnetOffset |
const float | MinecartTextureWidth = 50f |
static int[] | _leftSideConnection |
static int[] | _rightSideConnection |
static int[] | _trackType |
static bool[] | _boostLeft |
static Vector2[] | _texturePosition |
static short | _firstPressureFrame |
static short | _firstLeftBoostFrame |
static short | _firstRightBoostFrame |
static int[][] | _trackSwitchOptions |
static int[][] | _tileHeight |
Definition at line 16 of file Minecart.cs.