Preparing search index...
The search index is not available
CS2 Inspect Library - v3.1.0
CS2 Inspect Library
SteamClientEvents
Interface SteamClientEvents
Steam client events
interface
SteamClientEvents
{
ready
:
(
(
)
=>
void
)
;
disconnected
:
(
(
reason
?
)
=>
void
)
;
error
:
(
(
error
)
=>
void
)
;
serverConnectionStatus
:
(
(
status
)
=>
void
)
;
}
Index
Properties
ready
disconnected
error
server
Connection
Status
Properties
ready
ready
:
(
(
)
=>
void
)
Type declaration
(
)
:
void
Returns
void
disconnected
disconnected
:
(
(
reason
?
)
=>
void
)
Type declaration
(
reason
?
)
:
void
Parameters
Optional
reason
:
any
Returns
void
error
error
:
(
(
error
)
=>
void
)
Type declaration
(
error
)
:
void
Parameters
error
:
{
type
:
string
;
error
:
Error
;
}
type
:
string
error
:
Error
Returns
void
server
Connection
Status
server
Connection
Status
:
(
(
status
)
=>
void
)
Type declaration
(
status
)
:
void
Parameters
status
:
any
Returns
void
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
ready
disconnected
error
server
Connection
Status
CS2 Inspect Library - v3.1.0
Loading...
Steam client events