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 Member Functions | |
static SurfaceMap | FromArea (int startX, int width) |
Public Attributes | |
readonly double | Average |
readonly int | Bottom |
readonly int | Top |
readonly int | X |
Properties | |
int | Width [get, set] |
short | this[int absoluteX] [get, set] |
Private Member Functions | |
SurfaceMap (short[] heights, int x) | |
Private Attributes | |
readonly short[] | _heights |
Definition at line 9 of file SurfaceMap.cs.