Function getRoomMatrix

  • Create objects matrix for a visible room or use cache.

    Parameters

    • name: RoomName

      target room name

    • opts: RoomMatrixOpts

      matrix content options

    • cache: {} = {}

      an optional cache map

      Returns undefined | CostMatrix

      a CostMatrix of objects in the room

    Generated using TypeDoc