skeldjs
Preparing search index...
core/lib
PlayerInfoEvent
Interface PlayerInfoEvent<RoomType>
interface
PlayerInfoEvent
<
RoomType
extends
StatefulRoom
>
{
playerInfo
:
NetworkedPlayerInfo
<
RoomType
>
;
room
:
RoomType
;
}
Type Parameters
RoomType
extends
StatefulRoom
Hierarchy (
View Summary
)
RoomEvent
<
RoomType
>
PlayerInfoEvent
Implemented by
PlayerInfoSetTasksEvent
Index
Properties
player
Info
room
Properties
player
Info
playerInfo
:
NetworkedPlayerInfo
<
RoomType
>
The gamedata object that this event is for.
room
room
:
RoomType
The room or client that the event came from.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
player
Info
room
skeldjs
Loading...
The gamedata object that this event is for.