ShowPersistentObjectsInRoom(room_name)
Description
This function asks the server to tell us about al the persistent objects in a particular room.
Syntax
Argument
Description
room_name
The name of the room you want to scout for persistent objects. This must be a String.
Returns
Example Implementation
This requests the server to list all the persistent objects in the "public" room and then the callback_ShowAllPersistentObjectsInRoom() is called
PreviousDestroyPersistentObject(persistentObjectId)Nextcallback_ShowAllPersistentObjectsInRoom(array_of_persistent_objects)
Last updated