skeldjs
Preparing search index...
core/lib
MovingPlatformEvent
Interface MovingPlatformEvent<RoomType>
interface
MovingPlatformEvent
<
RoomType
extends
StatefulRoom
>
{
movingplatform
:
MovingPlatformSystem
<
RoomType
>
;
room
:
RoomType
;
}
Type Parameters
RoomType
extends
StatefulRoom
Hierarchy (
View Summary
)
RoomEvent
<
RoomType
>
MovingPlatformEvent
Implemented by
MovingPlatformPlayerUpdateEvent
Index
Properties
movingplatform
room
Properties
movingplatform
movingplatform
:
MovingPlatformSystem
<
RoomType
>
The moving platform system 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
movingplatform
room
skeldjs
Loading...
The moving platform system that this event is for.