SkeldJS
    Preparing search index...

    Class PlayerUseMovingPlatformEvent<RoomType>

    Emitted when a player uses a moving platform. Emitted before the player has actually used it, see MovingPlatformPlayerUpdateEvent to listen for when a player has actually used a moving platform and is moving.

    Type Parameters

    Hierarchy (View Summary)

    Implements

    Index

    Constructors

    Properties

    eventName: "player.usemovingplatform" = ...
    canceled: boolean
    eventName: "player.usemovingplatform" = ...
    message: undefined | UsePlatformMessage

    The message that this event originated from.

    player: Player<RoomType>
    room: RoomType

    Methods