skeldjs
    Preparing search index...

    Interface PlayerEvent<RoomType>

    interface PlayerEvent<RoomType extends StatefulRoom> {
        player: Player<RoomType>;
        room: RoomType;
    }

    Type Parameters

    Hierarchy (View Summary)

    Implemented by

    Index

    Properties

    Properties

    player: Player<RoomType>

    The player that this event is for.

    room: RoomType

    The room or client that the event came from.