UNPKG

@nativewrappers/common

Version:

Native wrappers and utilities for use with Cfx scripting runtimes.

13 lines (12 loc) 364 B
export declare class GlobalData { static CurrentResource: string; static GameName: string; static GameBuild: number; static IS_SERVER: boolean; static IS_REDM: boolean; static IS_FIVEM: boolean; static IS_CLIENT: boolean; static NetworkTick: number | null; static NetworkedTicks: any[]; static EnablePrettyPrint: boolean; }