Procedural Dungeon ⏵ Room ⏵ Is Player Inside
Is Player Inside
Category: Room
Description
Is the player currently inside the room?
A player can be in multiple rooms at once, for example when he stands at the door frame,
the player's capsule is in both rooms.
Node
C++
bool IsPlayerInside() const
Inputs
Name | Type | Description |
---|---|---|
Target | Room Object Reference |
Outputs
Name | Type | Description |
---|---|---|
Return Value | Boolean | Is the player currently inside the room? A player can be in multiple rooms at once, for example when he stands at the door frame, the player's capsule is in both rooms. |