fivem-ts

a library to speed up the development of Fivem scripts and frameworks


Project maintained by Purpose-Dev Hosted on GitHub Pages — Theme by mattgraham

fivem-ts - Documentation v0.7.5Docs


fivem-ts - Documentation v0.7.5 / Client / BlipDisplay

Enumeration: BlipDisplay

Enum representing various display options for blips.

This enum defines how blips (markers or icons) should be displayed on different types of maps or screens. The values specify whether a blip is visible, and on which map or minimap it should appear. The enum includes several options for controlling the visibility and interactivity of blips.

Available Native Function:

Enum Values:

Anything higher than 10 seems to be exactly the same as 10. Rockstar seem to only use 0, 2, 3, 4, 5 and 8 in the decompiled scripts.

Enumeration Members

DoesntShowUp

DoesntShowUp: 0

Defined in

client/enums/BlipDisplay.ts:28


DoesntShowUp2

DoesntShowUp2: 1

Defined in

client/enums/BlipDisplay.ts:29


DoesntShowUp3

DoesntShowUp3: 7

Defined in

client/enums/BlipDisplay.ts:35


OnBoth

OnBoth: 2

Defined in

client/enums/BlipDisplay.ts:30


OnBoth2

OnBoth2: 6

Defined in

client/enums/BlipDisplay.ts:34


OnBothNotSelectable

OnBothNotSelectable: 8

Defined in

client/enums/BlipDisplay.ts:36


OnBothNotSelectable2

OnBothNotSelectable2: 10

Defined in

client/enums/BlipDisplay.ts:38


OnMainMap

OnMainMap: 3

Defined in

client/enums/BlipDisplay.ts:31


OnMainMap2

OnMainMap2: 4

Defined in

client/enums/BlipDisplay.ts:32


OnMinimapOnly

OnMinimapOnly: 5

Defined in

client/enums/BlipDisplay.ts:33


OnMinimapOnly2

OnMinimapOnly2: 9

Defined in

client/enums/BlipDisplay.ts:37