SkeldJS
Preparing search index...
@skeldjs/core
RoomGameStartedEvent
Class RoomGameStartedEvent<RoomType>
Emitted when a game is started.
Type Parameters
RoomType
extends
StatefulRoom
Hierarchy (
View Summary
)
BasicEvent
RoomGameStartedEvent
Implements
RoomEvent
<
RoomType
>
Index
Constructors
constructor
Properties
event
Name
event
Name
room
Constructors
constructor
new
RoomGameStartedEvent
<
RoomType
extends
StatefulRoom
<
StatefulRoom
<
any
,
{}
>
,
{}
>
,
>
(
room
:
RoomType
,
)
:
RoomGameStartedEvent
<
RoomType
>
Type Parameters
RoomType
extends
StatefulRoom
<
StatefulRoom
<
any
,
{}
>
,
{}
>
Parameters
room
:
RoomType
Returns
RoomGameStartedEvent
<
RoomType
>
Properties
Static
event
Name
eventName
:
"room.gamestarted"
= ...
event
Name
eventName
:
"room.gamestarted"
= ...
Readonly
room
room
:
RoomType
The room or client that the event came from.
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
event
Name
event
Name
room
SkeldJS
Loading...
Emitted when a game is started.