Type Alias TSpaceType

TSpaceType:
    | "room"
    | "hallway"
    | "exterior"
    | "void"
    | "connection.stairs"
    | "connection.elevator"
    | "poi"

Represents the various types of spaces that can be defined within a map.

  • 'room': A standard room or enclosed area.
  • 'hallway': A passageway connecting rooms.
  • 'exterior': An outdoor area.
  • 'void': An undefined or non-specific space.
  • 'connection.stairs': A stairway connecting different floors.
  • 'connection.elevator': An elevator connecting different floors.
  • 'poi': A point of interest within the map.