Options
All
  • Public
  • Public/Protected
  • All
Menu

Class MeetingHudVotingCompleteEvent<RoomType>

Emitted when a meeting is finished, and when the ejected player is determined.

Type parameters

  • RoomType: Hostable

Hierarchy

Implements

Index

Properties

Static eventName

eventName: "meeting.votingcomplete" = ...

Optional Readonly ejected

ejected: PlayerData<RoomType>

eventName

eventName: "meeting.votingcomplete" = ...

Readonly meetinghud

meetinghud: MeetingHud<RoomType>

The meeting handler that this event is for.

Readonly message

message: undefined | VotingCompleteMessage

The message that this event originated from.

Readonly room

room: RoomType

The room or client that the event came from.

Readonly tie

tie: boolean

Readonly voteStates

voteStates: Map<number, PlayerVoteState<RoomType>>

Constructors

constructor

Generated using TypeDoc