SkeldJS
    Preparing search index...

    Class DoorsSystem<RoomType>

    Represents a system for doors that must be manually opened.

    See DoorsSystemEvents for events to listen to.

    Type Parameters

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    initialCooldown: number = 10
    maxZoneCooldown: number = 30
    doors: Door<RoomType>[] = []
    initialCooldown: number = DoorsSystem.initialCooldown
    isDirty: boolean = false
    shipStatus: ShipStatus<RoomType>
    systemType: SystemType
    zoneCooldowns: Map<SystemType, number> = ...

    Accessors

    Methods