Procedural Dungeon ⏵ Read Only Room ⏵ Count Connected Doors
Count Connected Doors
Class: Read Only Room
Category: Room
Description
Returns the number of doors in this room connected to another room.
Node

C++
int32 CountConnectedDoors() const
Inputs
| Name | Type | Description |
|---|---|---|
| Target | Read Only Room Interface |
Outputs
| Name | Type | Description |
|---|---|---|
| Return Value | Integer | Returns the number of doors in this room connected to another room. |