skeldjs
    Preparing search index...

    Interface HqHudEvent<RoomType>

    interface HqHudEvent<RoomType extends StatefulRoom> {
        hqhudsystem: HqHudSystem<RoomType>;
        room: RoomType;
    }

    Type Parameters

    Hierarchy (View Summary)

    Implemented by

    Index

    Properties

    Properties

    hqhudsystem: HqHudSystem<RoomType>

    The Mira HQ communications system that this event is for.

    room: RoomType

    The room or client that the event came from.