a library to speed up the development of Fivem scripts and frameworks
fivem-ts - Documentation v0.7.5 • Docs
fivem-ts - Documentation v0.7.5 / Client / ControlTypes
Enumeration representing different control types in game context.
The ControlTypes
enum provides two distinct values:
PlayerControl
: Represents controls specific to player actions.FrontendControl
: Represents controls for frontend interactions and UI navigation.This can be used to distinguish between different control mechanisms in a game.
FrontendControl:
2
client/enums/ControlTypes.ts:12
PlayerControl:
0