Procedural Dungeon ⏵ Room ⏵ Get Max Relevancy Level
Get Max Relevancy Level
Class: Room
Category: Room
Description
Get the maximum relevancy level for this room.
The highest value, the farthest the room is from any player.
A value < 0 means no player has this room as relevant.
Node

C++
int32 GetMaxRelevancyLevel() const
Inputs
| Name | Type | Description |
|---|---|---|
| Target | Room Object Reference |
Outputs
| Name | Type | Description |
|---|---|---|
| Return Value | Integer | Get the maximum relevancy level for this room. The highest value, the farthest the room is from any player. A value < 0 means no player has this room as relevant. |