SkeldJS
    Preparing search index...

    Class DeconSystem<RoomType>

    Represents a system responsible for the decontamination doors.

    See DeconSystemEvents for events to listen to.

    Type Parameters

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    deconDuration: number = 3
    doorOpenDuration: number = 3
    isDirty: boolean = false
    shipStatus: ShipStatus<RoomType>
    state: number = DeconState.Idle

    The state of the decontamination system, to be calculated with DeconState

    systemType: SystemType
    timer: number = 0

    How long before decontamination doors open.

    Accessors

    Methods