B1ReactionTableRow
- Table row defining a reaction event, including its priority, condition, animation info, and start scripts.
| Property | Type | Description | Metadata |
|---|---|---|---|
| Priority | int32 | The priority level used to resolve conflicts when multiple reactions could trigger simultaneously. | Category: B1ReactionTableRow |
| ConditionId | FName | The condition ID that must be satisfied for this reaction to trigger. | Category: B1ReactionTableRow Foreign: Condition_Reaction.Id |
| ReactionAnimInfo | FB1ReactionAnimInfo | The animation info played when this reaction is triggered. | Category: B1ReactionTableRow |
| StartScriptIds | TArray | The list of script IDs executed when this reaction starts. | Category: B1ReactionTableRow Foreign: Script.Id |
| Id | FName | Unique Id | Category: B1TableRowBase |
| Comment | FString | Dev Comment | Category: B1TableRowBase |