Skip to main content
Version: 3.4

Procedural DungeonRead Only Room ⏵ Get Room ID

Get Room ID

Class: Read Only Room
Category: Room

Description

Returns the unique ID (per-dungeon) of the room.
The first room has ID 0 and then it increases in the order of placed room.

Node

C++

int64 GetRoomID() const

Inputs

NameTypeDescription
TargetRead Only Room Interface

Outputs

NameTypeDescription
Return ValueInteger64Returns the unique ID (per-dungeon) of the room.
The first room has ID 0 and then it increases in the order of placed room.