skeldjs
    Preparing search index...

    Class MovingPlatformPlayerUpdateEvent<RoomType>

    Emitted when the player on a moving platform is updated. This is also when the moving platform moves left or right.

    Type Parameters

    Hierarchy (View Summary)

    Implements

    Index

    Constructors

    Properties

    eventName: "movingplatform.updateplayer" = ...
    message: undefined | RepairSystemMessage

    The message that this event originated from.

    The moving platform system that this event is for.

    player: undefined | Player<RoomType>

    The player on the moving platform, if any.

    reverted: boolean
    room: RoomType

    The room or client that the event came from.

    The direction that the moving platform is moving in.

    eventName: "movingplatform.updateplayer" = ...

    Accessors

    Methods