Provides functionality to efficiently bundle position checking. Intended for Blish-Hud modules.
The main PositionHandler
currently uses an Octree implementation.
Warning
You should not directly use this library inside your module. Please use the provided
Position Events Module as
a dependency instead. It's more efficient if multiple modules use the same PositionHandler
. The module also
provides some debug functionality on top.
Please follow the instructions at the Position Events Module.