UNPKG

@nativewrappers/client

Version:

Javascript/Typescript wrapper for the FiveM natives

10 lines (9 loc) 146 B
export interface InvertAxis { flags: InvertAxisFlags; } export declare enum InvertAxisFlags { None = 0, X = 1, Y = 2, Z = 4 }