CS2 Inspect Library - v4.0.0
Preparing search index...
SteamClientEvents
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
disconnected
error
server
Connection
Status
Properties
ready
ready
:
()
=>
void
disconnected
disconnected
:
(
reason
?:
any
)
=>
void
error
error
:
(
error
:
{
type
:
string
;
error
:
Error
}
)
=>
void
server
Connection
Status
serverConnectionStatus
:
(
status
:
any
)
=>
void
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
ready
disconnected
error
server
Connection
Status
CS2 Inspect Library - v4.0.0
Loading...
Steam client events