Skip to main content

B1CoopTalkInfo

  • Defines all animation, voice, inner thought, and script information for a single coop talk interaction.
PropertyTypeDescriptionMetadata
bOneTimeboolWhether this talk can only be triggered once.Category: B1CoopTalkInfo
bFixedStandboolWhether participants must stand still during this talk.Category: B1CoopTalkInfo
bCancelCurrentInteractionboolWhether the current interaction should be cancelled before this talk starts.Category: B1CoopTalkInfo
TalkMoodEB1TalkBehaviorTypeThe mood/behavior type of this talk (Positive, Negative, Normal).Category: B1CoopTalkInfo
CoopTalkTagsTArrayTags associated with this coop talk for filtering and selection.Category: B1CoopTalkInfo
TargetInteractionBagIdFNameTarget interaction bag ID used for the listener during this talk.Category: B1CoopTalkInfo
Foreign: InteractionBag_Talk.Id
bNotPlayingHostAnimboolWhether to skip playing the host character's animation. Used when the partner's montage notify drives it instead.Category: B1CoopTalkInfo
HostAnimInfoTArrayFull-body animation groups for the host character during this talk. Each group declares the (host, target) condition and its anim entries.Category: B1CoopTalkInfo
HostUpperBodyAnimInfoTArrayUpper-body animation groups for the host character during this talk.Category: B1CoopTalkInfo
HostFaceAnimInfoTArrayFacial animation groups for the host character during this talk.Category: B1CoopTalkInfo
HostNotifyScriptIdsTArrayScript IDs triggered on the host character during this talk.Category: B1CoopTalkInfo
Foreign: Script.Id
bNotPlayingTargetAnimboolWhether to skip playing the target character's animation.Category: B1CoopTalkInfo
TargetAnimInfoTArrayFull-body animation groups for the target character during this talk.Category: B1CoopTalkInfo
TargetUpperBodyAnimInfoTArrayUpper-body animation groups for the target character during this talk.Category: B1CoopTalkInfo
TargetFaceAnimInfoTArrayFacial animation groups for the target character during this talk.Category: B1CoopTalkInfo
TargetNotifyScriptIdsTArrayScript IDs triggered on the target character during this talk.Category: B1CoopTalkInfo
Foreign: Script.Id
SpeakerIconInfoFB1InnerThoughtIconInfoInner thought icon shown above the speaker during this talk.Category: B1CoopTalkInfo
ListenerIconInfoFB1InnerThoughtIconInfoInner thought icon shown above the listener during this talk.Category: B1CoopTalkInfo
WalkingIconInfoFB1InnerThoughtIconInfoInner thought icon shown while characters are walking during this talk.Category: B1CoopTalkInfo
StartScriptIdsTArrayScript IDs executed when this talk starts.Category: B1CoopTalkInfo
Foreign: Script_Talk.Id
FinishScriptIdsTArrayScript IDs executed when this talk finishes.Category: B1CoopTalkInfo
Foreign: Script_Talk.Id
StartHowlingInfosTArrayHowling triggers auto-activated when this coop talk branch starts. Auto-recovered on MainInteraction finish.Category: B1CoopTalkInfo