Property | Type | Description | |
---|---|---|---|
dimensions | byte | ||
value | short[,,] |
Method | Description | |
---|---|---|
Dump ( ) : byte[] | ||
RGSSTable ( byte raw ) : System | ||
RGSSTable ( int xsize ) : System | ||
RGSSTable ( int xsize, int ysize ) : System | ||
RGSSTable ( int xsize, int ysize, int zsize ) : System | ||
this ( int x ) : short | ||
this ( int x, int y ) : short | ||
this ( int x, int y, int z ) : short |
Method | Description | |
---|---|---|
RGSSTable ( byte dimensions, int xsize, int ysize, int zsize ) : System |
public RGSSTable ( int xsize, int ysize ) : System | ||
xsize | int | |
ysize | int | |
return | System |
public RGSSTable ( int xsize, int ysize, int zsize ) : System | ||
xsize | int | |
ysize | int | |
zsize | int | |
return | System |