|
TModLoader v1.4.4.9
TModLoader source code documentation
|
Collaboration diagram for Terraria.Map.MapHelper:Classes | |
| struct | OldMapHelper |
Static Public Member Functions | |
| static void | Initialize () |
| static void | ResetMapData () |
| static bool | HasOption (int tileType, int option) |
| static int | TileToLookup (int tileType, int option) |
| static int | LookupCount () |
| static Color | GetMapTileXnaColor (ref MapTile tile) |
| static MapTile | CreateMapTile (int i, int j, byte Light) |
| static void | GetTileBaseOption (int x, int y, int tileType, Tile tileCache, ref int baseOption) |
| static void | SaveMap () |
| static void | LoadMapVersion1 (BinaryReader fileIO, int release) |
| static void | LoadMapVersion2 (BinaryReader fileIO, int release) |
Static Public Attributes | |
| const int | drawLoopMilliseconds = 5 |
| static int | maxUpdateTile = 1000 |
| static int | numUpdateTile = 0 |
| static short[] | updateTileX = new short[maxUpdateTile] |
| static short[] | updateTileY = new short[maxUpdateTile] |
| static int[] | tileOptionCounts |
| static int[] | wallOptionCounts |
| static ushort[] | tileLookup |
| static ushort[] | wallLookup |
| static bool | noStatusText = false |
Static Package Attributes | |
| static ushort | modPosition |
| static Color[] | colorLookup |
Static Private Member Functions | |
| static void | MapColor (ushort type, ref Color oldColor, byte colorType) |
| static void | InternalSaveMap () |
Definition at line 16 of file MapHelper.cs.