skeldjs
Preparing search index...
core/lib
NetworkedObjectEvent
Interface NetworkedObjectEvent<RoomType>
interface
NetworkedObjectEvent
<
RoomType
extends
StatefulRoom
>
{
component
:
NetworkedObject
<
RoomType
>
;
room
:
RoomType
;
}
Type Parameters
RoomType
extends
StatefulRoom
Hierarchy (
View Summary
)
RoomEvent
<
RoomType
>
NetworkedObjectEvent
Implemented by
ComponentDespawnEvent
ComponentSpawnEvent
Index
Properties
component
room
Properties
component
component
:
NetworkedObject
<
RoomType
>
The component 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
component
room
skeldjs
Loading...
The component that this event is for.