> For the complete documentation index, see [llms.txt](https://rocket-networking.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://rocket-networking.gitbook.io/docs/rocket-networking-code/persistent-objects/showpersistentobjectsinroom-room_name.md).

# 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)
```

| Argument    | Description                                                                                     |
| ----------- | ----------------------------------------------------------------------------------------------- |
| `room_name` | <p>The name of the room you want to scout for persistent objects.<br>This must be a String.</p> |

#### 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
