Skip to content

RoomDir ​

Enum

Source: RoomGraph.h

Description ​

Cardinal direction enum for room connections.

Maps connection slots by array index:

  • Up (0) = North
  • Down (1) = South
  • Left (2) = West
  • Right (3) = East

Released under the MIT License.