Minimap
Use this class to access the ingame minimap
Static members
Member |
Description |
---|---|
|
Texture of rendered actor blips excluding player squad. |
|
The minimap camera of the current level. |
|
Texture of rendered player squad actor blips. |
|
Texture of the rendered level |
Static methods
Method |
Description |
---|---|
Render a new minimap texture. |
|
Details
-
class Minimap
-
static const Texture actorBlipTexture
Texture of rendered actor blips excluding player squad. For performance reasons, this texture is not updated every frame.
-
static const Camera camera
The minimap camera of the current level.
-
static const Texture playerSquadBlipTexture
Texture of rendered player squad actor blips. Updated every frame.
-
static const Texture texture
Texture of the rendered level
-
static void Render()
Render a new minimap texture.
-
static void SetBlipScale(float actorScale, float playerSquadScale, float viewConeScale)
-
static const Texture actorBlipTexture