Skip to main content

Module area

Module area 

Source
Expand description

Spatial data structure for efficient player proximity queries.

Based on VMP (Very Many Players) implementation pattern: Maps chunk coordinates to sets of players for O(1) nearby player lookup.

Structsยง

PlayerAreaMap
Spatial index for player proximity queries.