CS2 Inspect Library - v4.1.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
    ready: () => void
    disconnected: (reason?: any) => void
    error: (error: { type: string; error: Error }) => void
    serverConnectionStatus: (status: any) => void