ESCRoomObjects

Extends: Reference

Description

Container for ESCObjects stored in the object manager.

Property Descriptions

is_reserved

var is_reserved: bool = false

Designated whether ‘objects’ is the container for all reserved objects.

room_global_id

var room_global_id: String = ""

Global ID of the room to which the objects in ‘objects’ are registered.

room_instance_id

var room_instance_id: int = -1

Instance ID of the room to which the objects in ‘objects’ are registered. This is used to disambiguate in cases where more than one of the same room exist in the object manager.

objects

var objects: Dictionary

The hash of objects registered to the room specified above.