MapCache Module
Functions and values
| Function or value |
Description
|
Full Usage:
clear ()
Parameters:
unit
|
|
Full Usage:
fromEngine stream
Parameters:
NetworkStream
-
Active network stream to the HighBar V2 proxy.
Returns: MapGrid
The cached or newly loaded MapGrid.
|
Loads a MapGrid from the engine, caching the result. Subsequent calls return the cached grid without additional engine callbacks.
|
|
Gets or computes a passability grid for the given movement type, caching the result. Each MoveType is cached independently.
|
|
Clears all cached map grid and passability data. Call this when starting a new game session to avoid stale data.
|
FSBarV1_Archived