ESCRoomContainer
Extends: RefCounted
Description
Abstract base class for a container of Escoria entities specific to a room to be stored in and used by the Escoria object manager.
Members
is_reserved
var is_reserved: bool
Designates whether the objects contained in this container are all reserved objects.
room_global_id
var room_global_id: String
Global ID of the room in which the objects in this container are registered.
room_instance_id
var room_instance_id: int
Instance ID of the room in which the objects in this container are registered. This is used to disambiguate in cases where more than one of the same room exist in the object manager.