SkeldJS
    Preparing search index...

    Class AutoDoorsSystem<RoomType>

    Represents a system for doors that open after a period of time.

    See AutoDoorsSystemEvents for events to listen to.

    Type Parameters

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    closedDuration: number = 10
    doorTimer: number = 30
    doors: AutoOpenDoor<RoomType>[] = []

    The doors in the map.

    isDirty: boolean = false
    shipStatus: ShipStatus<RoomType>
    systemType: SystemType

    Accessors

    Methods