UNPKG

@nativewrappers/client

Version:

Javascript/Typescript wrapper for the FiveM natives

14 lines (13 loc) 254 B
export declare enum ParachuteLandingType { None = -1, Stumbling = 1, Rolling = 2, Ragdoll = 3 } export declare enum ParachuteState { None = -1, FreeFalling = 0, Deploying = 1, Gliding = 2, LandingOrFallingToDoom = 3 }