@nativewrappers/server
Version: 
Native wrappers and utilities for use with FXServer.
13 lines (12 loc) • 364 B
TypeScript
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;
}