Skip to main content
Version: 3.4

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

NameTypeDescription
TargetRead Only Room Interface

Outputs

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