ShowPersistentObjectsInRoom(room_name)

Description

This function asks the server to tell us about al the persistent objects in a particular room.

Syntax

ShowPersistentObjectsInRoom(room_name)
ArgumentDescription

room_name

The name of the room you want to scout for persistent objects. This must be a String.

Returns

N/A

Example Implementation

ShowPersistentObjectsInRoom("public")

This requests the server to list all the persistent objects in the "public" room and then the callback_ShowAllPersistentObjectsInRoom() is called

Last updated