CS2 Inspect Library - v4.0.0
    Preparing search index...

    Interface SteamClientEvents

    Steam client events

    interface SteamClientEvents {
        ready: () => void;
        disconnected: (reason?: any) => void;
        error: (error: { type: string; error: Error }) => void;
        serverConnectionStatus: (status: any) => void;
    }
    Index

    Properties

    ready: () => void
    disconnected: (reason?: any) => void
    error: (error: { type: string; error: Error }) => void
    serverConnectionStatus: (status: any) => void