SkeldJS
    Preparing search index...

    Class RoomLobbyTimeExpiringEvent<RoomType>

    Emitted when the server notifies the client that the lobby is about to close. This is sometimes cancelable (see LobbyTimeExpiring.availableExtension) to ask the server for more time.

    Type Parameters

    Hierarchy (View Summary)

    Implements

    Index

    Constructors

    Properties

    eventName: "room.lobbytimeexpiring" = ...
    availableExtension: null | LobbyExtension

    Information about the extension that can be requested. If this is null, the lobby timer can not be extended.

    canceled: boolean
    eventName: "room.lobbytimeexpiring" = ...
    room: RoomType

    The room or client that the event came from.

    secondsRemaining: number

    Methods