Minimap

Use this class to access the ingame minimap

Static members

Member

Description

actorBlipTexture

Texture of rendered actor blips excluding player squad.

camera

The minimap camera of the current level.

playerSquadBlipTexture

Texture of rendered player squad actor blips.

texture

Texture of the rendered level

Static methods

Method

Description

Render()

Render a new minimap texture.

SetBlipScale(actorScale, playerSquadScale, viewConeScale)

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)