Back to Server

TileMatrix

(ctor) TileMatrix( Map owner, int fileIndex, int mapID, int width, int height )
int BlockHeight( get; )
int BlockWidth( get; )
Tile[][][] EmptyStaticBlock( get; )
int Height( get; )
Map Owner( get; )
TileMatrixPatch Patch( get; )
int Width( get; )
static int _lread( IntPtr hFile, void *lpBuffer, int wBytes )
void Dispose()
Tile[] GetLandBlock( int x, int y )
Tile GetLandTile( int x, int y )
Tile[][][] GetStaticBlock( int x, int y )
Tile[] GetStaticTiles( int x, int y )
Tile[] GetStaticTiles( int x, int y, bool multis )
Tile[] ReadLandBlock( int x, int y )
Tile[][][] ReadStaticBlock( int x, int y )
void SetLandBlock( int x, int y, Tile[] value )
void SetStaticBlock( int x, int y, Tile[][][] value )