Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
Terraria.Map.WorldMap Class Reference

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
 

Detailed Description

Definition at line 9 of file WorldMap.cs.


The documentation for this class was generated from the following file: