Procedural Dungeon ⏵ Room ⏵ Is Door Connected
Is Door Connected
Class: Room
Category: Room
Description
Returns true if the door at DoorIndex is connected to another room.
Node

C++
bool IsDoorConnected(int32 DoorIndex) const
Inputs
| Name | Type | Description |
|---|---|---|
| Target | Room Object Reference | |
| Door Index | Integer | The index of the door to check. |
Outputs
| Name | Type | Description |
|---|---|---|
| Return Value | Boolean |