Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url http://localhost:3917/animation/stop \ --header 'Content-Type: application/json' \ --data '{ "entity_id": 5 }'
{ "ok": true, "message": "<string>" }
stop animation on an entity
Pause the entity's SkeletalAnimator: target entity_id.
SkeletalAnimator
entity_id
The body is of type any.
any
Animator paused; ok is false with a message if the entity is missing.
ok