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 / BlipScale

Enumeration: BlipScale

Enum representing different scales for blips.

This enum provides a set of predefined scales for blips, which can be used in various applications such as maps or game markers to adjust the size of the blips. The scales range from Mini (0.3) to XXL (2.0), with intermediate values to allow for more precise control over blip sizes.

Available Native Function:

Enum Values:

Enumeration Members

Large

Large: 1.5

Represents a large blip scale.

Defined in

client/enums/BlipScale.ts:34


Medium

Medium: 1

Represents a medium blip scale.

Defined in

client/enums/BlipScale.ts:30


MediumLarge

MediumLarge: 1.2

Represents a medium-large blip scale.

Defined in

client/enums/BlipScale.ts:32


MediumSmall

MediumSmall: 0.8

Represents a medium-small blip scale.

Defined in

client/enums/BlipScale.ts:28


Mini

Mini: 0.3

Represents the smallest blip scale.

Defined in

client/enums/BlipScale.ts:24


Small

Small: 0.6

Represents a small blip scale.

Defined in

client/enums/BlipScale.ts:26


XL

XL: 1.7

Represents an extra-large blip scale.

Defined in

client/enums/BlipScale.ts:36


XXL

XXL: 2

Represents the largest blip scale.

Defined in

client/enums/BlipScale.ts:38