Scene is a data source that gets information about a scene.
| Name | Explanation | Type |
|---|---|---|
| Physics Objects - Unique ID at Index | The unique ID of a physics object at the index. | Unique ID |
| Physics Objects - Count | The number of physics objects in the current scene. | Number |
| Actors - Unique ID at Index | The unique ID of an actor at the index. | Unique ID |
| Actors - Count | The number of actors in the current scene. | Number |
| Doodads - Unique ID at Index | The unique ID of a doodad at the index. | Unique ID |
| Doodads - Count | The number of doodads in the current scene. | Number |
| Entities - Unique ID at Index | The unique ID of an entity at the index. | Unique ID |
| Entities - Count | The number of entities in the current scene. | Number |
| Entities - Unique ID by ID | The unique ID of an entity by an ID. | Unique ID |
| Physics Objects Array - Unique ID | The physics objects in an array. | Array |
| Actors Array - Unique ID | The actors in an array. | Array |
| Doodads Array - Unique ID | The doodads in an array. | Array |
| Entities Array - Unique ID | The entities in an array. | Array |