skeldjs
    Preparing search index...

    Class PlayerStartMeetingEvent<RoomType>

    Emitted when a meeting is started, either by a player reporting a body or calling an emergency meetting.

    This guarantees that the meeting has actually started, see PlayerReportDeadBodyEvent for an event that can prevent a meeting from being started if you are the host.

    Type Parameters

    Hierarchy (View Summary)

    Implements

    Index

    Constructors

    Properties

    body: "emergency" | Player<RoomType>

    The player of the body that was reported, or "emergency" if the meeting is an emergency meeting.

    caller: Player<RoomType>

    The player who called the meeting, either by reporting a body or calling an emergency meeting.

    eventName: "player.startmeeting" = ...
    message: undefined | StartMeetingMessage

    The message that this event originated from.

    player: Player<RoomType>

    The player that this event is for.

    room: RoomType

    The room or client that the event came from.

    eventName: "player.startmeeting" = ...