Skip to main content
Version: 3.4

Procedural DungeonRead 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

NameTypeDescription
TargetRead Only Room Interface

Outputs

NameTypeDescription
Return ValueBooleanReturns true if all the doors of this room are connected to other rooms.