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