Static GAME_Static GAME_The size of the game halfed.
Static CENTER_The center of the screen's coordinates (in pixels).
Static TILE_The default tile size. This is used a backup value when an icon's width/height is not accessible.
Static MAX_The maximum number of blips that can exist on the screen at once.
Static storedAn array tracking all stored blips.
The version of the module.
Whether the manager is actively managing the state of blips.
An array tracking all active blips (hidden or not).
The interface used to handle the blips.
The logger module this module uses to log errors / logs
Static getStatic getStatic getTracks a blip within the activeBlips array.
The blip to track.
Untracks a blip from the activeBlips array.
The blip to untrack.
The size of the game.