List actors in scene
list_actorsRetrieve a list of all actors in a scene, including id, name, position, sprite sheet, and script presence flags for each actor.
Instructions
List all actors in a scene with id, name, position, sprite sheet, and per-actor script presence flags (hasInteractScript / hasStartScript / hasUpdateScript / hasHit1Script / …). Use read_script to fetch event bodies.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sceneId | Yes |