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

    cooldowns: Map<number, number> = ...

    The cooldowns of every door.

    doors: Door<RoomType>[] = []

    The doors in the map.

    systemType: SystemType

    Accessors

    Methods