ESCRoomObjectsKey

Extends: RefCounted

Description

Simple pair container to store a room’s identifying information for use in the object manager.

Members

room_global_id

var room_global_id: String

Contains the global_id of the room being represented by this key.

room_instance_id

var room_instance_id: int

Contains the instance ID of the room being represented by this key.

Methods


is_valid

func is_valid() -> bool

Checks whether this key is valid and represents an actual room.

Parameters

None.

Returns

Returns a bool value. (bool)