Procedural Dungeon ⏵ Read 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
| Name | Type | Description |
|---|---|---|
| Target | Read Only Room Interface |
Outputs
| Name | Type | Description |
|---|---|---|
| Return Value | Integer64 | 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. |