skeldjs
    Preparing search index...

    Class MeetingHudClearVoteEvent<RoomType>

    Emitted when a player's vote is cleared.

    Type Parameters

    Hierarchy (View Summary)

    Implements

    Index

    Constructors

    Properties

    eventName: "meeting.clearvote" = ...
    meetinghud: MeetingHud<RoomType>

    The meeting handler that this event is for.

    message: undefined | ClearVoteMessage

    The message that this event originated from.

    player: Player<RoomType>

    The player that had their vote cleared.

    room: RoomType

    The room or client that the event came from.

    eventName: "meeting.clearvote" = ...