Skip to main content
Version: 3.4

Procedural DungeonDungeon Generator ⏵ Can Loop

Can Loop

Class: Dungeon Generator
Category: Procedural Generation
Type: Boolean
Editor Access: Anywhere
Blueprint Access: Read/Write

Description

If ticked, newly placed room will check if any door is aligned with another room, and if so will connect them.
If unticked, only the doors between CurrentRoom and NextRoom (in the function ChooseNextRoom) will be connected.
(will only have effect if the deprecated CanLoop in the plugin settings is ticked too, until it is removed in a future version)

Nodes