skeldjs
    Preparing search index...

    Interface O2Event<RoomType>

    interface O2Event<RoomType extends StatefulRoom> {
        oxygen: LifeSuppSystem<RoomType>;
        room: RoomType;
    }

    Type Parameters

    Hierarchy (View Summary)

    Implemented by

    Index

    Properties

    Properties

    The oxygen system that this event is for.

    room: RoomType

    The room or client that the event came from.