Skip to main content

B1PlayAnimInfo

  • Defines animation playback data for a target game object or character,
    * including animation IDs, start section, force-play flag, and conditions.
PropertyTypeDescriptionMetadata
GameObjectAnimIdFNameGame object animation ID to play on the target.Category: Target Play Anim
ReferTo: DT_AnimGameObject
TargetGameObjectTypeEB1TargetObjectTypeTarget game object type (interaction target or posture target).Category: Target Play Anim
AnimStartSectionEB1LoopAnimSectionAnimation start section override.Category: Target Play Anim
CharacterAnimIdFNameCharacter animation ID to play on the acting character.Category: Target Play Anim
ReferTo: DT_AnimCharacter
bForcePlayAnimboolIf true, forces playback even if conditions are not fully met.Category: Target Play Anim
ConditionsTArrayList of conditions that must pass before the animation plays.Category: Target Play Anim