TSCB: Difference between revisions
imported>Zephenryus m →Area Array Value Table: Added parameter descriptions |
imported>Zephenryus m →Parameters: fixed closing code tag |
||
| Line 228: | Line 228: | ||
<code>x</code> - Area tile x coordinate (East-West) | <code>x</code> - Area tile x coordinate (East-West) | ||
<code>z</code> - Area tile z coordinate (North-South) | <code>z</code> - Area tile z coordinate (North-South) | ||
<code>area_size</code> - Determines the length and width of the area. It can be calculated with <code>area_size / tile_size * world_scale<code>. <code>tile_size</code> and <code>world_scale</code> are in the tscb header. | <code>area_size</code> - Determines the length and width of the area. It can be calculated with <code>area_size / tile_size * world_scale</code>. <code>tile_size</code> and <code>world_scale</code> are in the tscb header. | ||
=== Extra Information Array === | === Extra Information Array === | ||