Skip to main content

motion

Overview

  • 6 commands in this category.

Commands

CommandNameDescription
motion.get_currentGet Current MotionGet the motion(s) currently playing on the target Zoi. Returns playing=false if idle, otherwise an …
motion.get_infoGet Motion InfoGet metadata for a motion: total_length, loop_length, rate_scale, blend_out_time, sections (with na…
motion.listList Available MotionsList CharacterAnim DataTable row IDs that can be played on a Zoi. IMPORTANT -- filter is effective…
motion.playPlay MotionPlay a character animation on the target Zoi. anim_id: CharacterAnim row name (use motion.list to f…
motion.play_randomPlay Random MotionPick a random motion matching the filter and play it on the target Zoi. Only motions playable by th…
motion.stopStop MotionStop a playing animation on the target Zoi. Omit anim_id to stop all currently playing motions.