UNPKG

@nativewrappers/common

Version:

Native wrappers and utilities for use with Cfx scripting runtimes.

9 lines (8 loc) 246 B
export declare class GlobalData { static CurrentResource: string; static IS_SERVER: boolean; static IS_CLIENT: boolean; static NetworkTick: number | null; static NetworkedTicks: any[]; static EnablePrettyPrint: boolean; }