SkeldJS
    Preparing search index...

    Class PlayerMoveEvent<RoomType>

    Emitted when a player moves.

    Type Parameters

    Hierarchy (View Summary)

    Implements

    Index

    Constructors

    Properties

    eventName: "player.move" = ...
    eventName: "player.move" = ...
    newPosition: Vector2

    The new position of the player.

    oldPosition: Vector2

    The old position of the player.

    player: Player<RoomType>
    room: RoomType