UNPKG

@nativewrappers/common

Version:

Native wrappers and utilities for use with Cfx scripting runtimes.

11 lines (10 loc) 305 B
export declare class GlobalData { static CurrentResource: string; static GameName: string; static GameBuild: number; static IS_SERVER: boolean; static IS_CLIENT: boolean; static NetworkTick: number | null; static NetworkedTicks: any[]; static EnablePrettyPrint: boolean; }