Procedural Dungeon ⏵ Read Only Room ⏵ Count Connected Doors
Count Connected Doors
Class: Read Only Room
Category: Room
Description
Returns true if all the doors of this room are connected to other rooms.
Node

C++
int32 CountConnectedDoors() const
Inputs
| Name | Type | Description |
|---|---|---|
| Target | Read Only Room Interface |
Outputs
| Name | Type | Description |
|---|---|---|
| Return Value | Integer | Returns true if all the doors of this room are connected to other rooms. |