Skip to main content

motion.stop

Overview

  • Stop a playing animation on the target Zoi. Omit anim_id to stop all currently playing motions.

Metadata

FieldValue
DisplayStop Motion
Categorymotion
AccessUserCheat
ScopeB2Authority
Tags
AliasesMotionStop

Parameters

NameTypeRequiredDefaultDescription
entity_identityIdnoTarget entity ID (default: possessed)
anim_idnamenoAnimation ID to stop (omit to stop all)

Returns

  • Return shape is not declared for this command.

Usage

await inzoi.cli.execute('motion.stop', {
entity_id: 0, // optional
anim_id: '', // optional
});