Loom Engine - v3.1.1
GitHub
TheWorldTable.ai
Preparing search index...
MatchmakingWsAdapterOptions
Interface MatchmakingWsAdapterOptions<T>
interface
MatchmakingWsAdapterOptions
<
T
=
Record
<
string
,
unknown
>
>
{
pool
?:
MatchmakingPool
<
T
>
;
poolOptions
?:
MatchmakingOptions
;
onMatch
?:
(
matches
:
Match
<
T
>
[]
)
=>
void
;
onError
?:
(
err
:
Error
,
raw
:
string
)
=>
void
;
tickIntervalMs
?:
number
;
nowFn
:
()
=>
number
;
}
Type Parameters
T
=
Record
<
string
,
unknown
>
Index
Properties
pool?
pool
Options?
on
Match?
on
Error?
tick
Interval
Ms?
now
Fn
Properties
Optional
pool
pool
?:
MatchmakingPool
<
T
>
Optional
pool
Options
poolOptions
?:
MatchmakingOptions
Optional
on
Match
onMatch
?:
(
matches
:
Match
<
T
>
[]
)
=>
void
Optional
on
Error
onError
?:
(
err
:
Error
,
raw
:
string
)
=>
void
Optional
tick
Interval
Ms
tickIntervalMs
?:
number
now
Fn
nowFn
:
()
=>
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
pool
pool
Options
on
Match
on
Error
tick
Interval
Ms
now
Fn
GitHub
TheWorldTable.ai
Loom Engine - v3.1.1
Loading...