Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
WorldMap (int maxWidth, int maxHeight) | |
void | ConsumeUpdate (int x, int y) |
void | Update (int x, int y, byte light) |
void | SetTile (int x, int y, ref MapTile tile) |
bool | IsRevealed (int x, int y) |
bool | UpdateLighting (int x, int y, byte light) |
bool | UpdateType (int x, int y) |
void | UnlockMapSection (int sectionX, int sectionY) |
void | Load () |
void | Save () |
void | Clear () |
void | ClearEdges () |
Public Attributes | |
readonly int | MaxWidth |
readonly int | MaxHeight |
Static Public Attributes | |
const int | BlackEdgeWidth = 40 |
Properties | |
MapTile | this[int x, int y] [get] |
Private Attributes | |
MapTile[,] | _tiles |
Definition at line 9 of file WorldMap.cs.