Procedural Dungeon ⏵ Read Only Room ⏵ Are All Doors Connected
Are All Doors Connected
Class: Read Only Room
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 | Read Only Room Interface |
Outputs
| Name | Type | Description |
|---|---|---|
| Return Value | Boolean | Returns true if all the doors of this room are connected to other rooms. |