Class MeetingHudClearVoteEvent<RoomType>

Emitted when a player's vote is cleared.

Type Parameters

Hierarchy

  • BasicEvent
    • MeetingHudClearVoteEvent

Implements

Properties

eventName: "meeting.clearvote"
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: PlayerData<RoomType>

The player that had their vote cleared.

room: RoomType

The room or client that the event came from.

Constructors

Generated using TypeDoc