Updated Data model (markdown)

Azgaar 2021-08-25 16:46:44 +03:00
parent 7ae4b34442
commit bc9175a737

@ -96,7 +96,7 @@ World data is mainly stored in typed arrays within `cells` object in both `grid`
* `pack.cells.crossroad`: `number[]` - cells crossroad score. Show cells where multiple routes are crossing. `Uint16Array` * `pack.cells.crossroad`: `number[]` - cells crossroad score. Show cells where multiple routes are crossing. `Uint16Array`
* `pack.cells.q`: `object` - quadtree used for fast closest cell detection * `pack.cells.q`: `object` - quadtree used for fast closest cell detection
# Secondary pack data # Secondary data
Secondary data available as a part of the `pack` object. Secondary data available as a part of the `pack` object.
## Cultures ## Cultures