move_entity_script
Rearrange script execution order for an entity by moving it to a specified index, adjusting behavior sequence in PlayCanvas projects.
Instructions
Move a script to a new execution-order index on an entity.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| index | Yes | New execution-order index | |
| script | Yes | Registered script name | |
| entityId | Yes | Entity ID |