Procedural Dungeon ⏵ Room ⏵ Are All Doors Connected
Are All Doors Connected
Category: Room
Description
Returns true if all the doors of this room are connected to other rooms.
Node
C++
bool AreAllDoorsConnected() const
Inputs
Name | Type | Description |
---|---|---|
Target | Room Object Reference |
Outputs
Name | Type | Description |
---|---|---|
Return Value | Boolean | Returns true if all the doors of this room are connected to other rooms. |