tModLoader v2022.09
A mod to make and play Terraria mods
|
Static Public Member Functions | |
static void | Add8WayLookup (int lookup, short point1X, short point1Y, short point2X, short point2Y, short point3X, short point3Y) |
static void | Add8WayLookup (int lookup, short x, short y) |
static void | AddWallFrameLookup (int lookup, short point1X, short point1Y, short point2X, short point2Y, short point3X, short point3Y, short point4X, short point4Y) |
static Tile | GetTileSafely (int i, int j) |
static Tile | GetTileSafely (Point pt) |
static Tile | GetTileSafely (Point16 pt) |
static Tile | GetTileSafely (Vector2 position) |
static void | Initialize () |
static void | SelfFrame8Way (int i, int j, Tile centerTile, bool resetFrame) |
static void | WallFrame (int i, int j, bool resetFrame=false) |