Skip to main content

interaction.get_current

Overview

  • Returns information about the character's currently playing interaction: interaction_bag_id, state (Waiting/StandBy/Playing), action_type, target, remaining time, and queue count.

Metadata

FieldValue
DisplayGet Current Interaction
Categoryinteraction
AccessPublic
ScopeB2Authority
Tags
Aliases

Parameters

NameTypeRequiredDefaultDescription
entity_identityIdnoCharacter entity ID (default: possessed)

Returns

  • Return shape is not declared for this command.

Usage

await inzoi.cli.execute('interaction.get_current', {
entity_id: 0, // optional
});