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

Enumeration: CursorType

Enum representing different cursor types.

Enumeration Members

Add

Add: 11

Defined in

client/enums/CursorType.ts:16


DownArrow

DownArrow: 9

Defined in

client/enums/CursorType.ts:14


Grab

Grab: 4

Defined in

client/enums/CursorType.ts:9


HorizontalExpand

HorizontalExpand: 10

Defined in

client/enums/CursorType.ts:15


LeftArrow

LeftArrow: 6

Defined in

client/enums/CursorType.ts:11


MiddleFinger

MiddleFinger: 5

Defined in

client/enums/CursorType.ts:10


None

None: 0

Defined in

client/enums/CursorType.ts:5


Normal

Normal: 1

Defined in

client/enums/CursorType.ts:6


PreGrab

PreGrab: 3

Defined in

client/enums/CursorType.ts:8


Remove

Remove: 12

Defined in

client/enums/CursorType.ts:17


RightArrow

RightArrow: 7

Defined in

client/enums/CursorType.ts:12


TransparentNormal

TransparentNormal: 2

Defined in

client/enums/CursorType.ts:7


UpArrow

UpArrow: 8

Defined in

client/enums/CursorType.ts:13