skeldjs
    Preparing search index...

    Class MeetingHudVoteCastEvent<RoomType>

    Emitted when a player casts a vote on another player or skips vote in a meeting.

    Type Parameters

    Hierarchy (View Summary)

    Implements

    Index

    Constructors

    Properties

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

    The meeting handler that this event is for.

    message: undefined | CastVoteMessage

    The message that this event originated from.

    reverted: boolean
    room: RoomType

    The room or client that the event came from.

    suspect: undefined | Player<RoomType>

    The player that the voter voted for.

    The player that cast the vote.

    eventName: "meeting.castvote" = ...

    Accessors

    Methods