skeldjs
Preparing search index...
core/lib
DoorsEvent
Interface DoorsEvent<RoomType>
interface
DoorsEvent
<
RoomType
extends
StatefulRoom
>
{
doorsystem
:
|
AutoDoorsSystem
<
RoomType
>
|
DoorsSystem
<
RoomType
>
|
ElectricalDoorsSystem
<
RoomType
>
;
room
:
RoomType
;
}
Type Parameters
RoomType
extends
StatefulRoom
Hierarchy (
View Summary
)
RoomEvent
<
RoomType
>
DoorsEvent
Implemented by
DoorsDoorCloseEvent
DoorsDoorOpenEvent
Index
Properties
doorsystem
room
Properties
doorsystem
doorsystem
:
|
AutoDoorsSystem
<
RoomType
>
|
DoorsSystem
<
RoomType
>
|
ElectricalDoorsSystem
<
RoomType
>
The door system that the door is in.
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
doorsystem
room
skeldjs
Loading...
The door system that the door is in.