B1RabbitHoleInteraction
- Defines a single interaction option available within a rabbit hole, including its scripts, conditions, and display text.
| Property | Type | Description | Metadata |
|---|---|---|---|
| Id | FName | Unique identifier for this interaction. | Category: B1RabbitHoleInteraction |
| Ratio | int32 | Ratio or weight value for this interaction. | Category: B1RabbitHoleInteraction |
| DisplayTextId | FString | ID reference for the display text. | Category: B1RabbitHoleInteraction |
| TooltipTextId | FString | ID reference for the tooltip text. | Category: B1RabbitHoleInteraction |
| InteractionVisibleConditionId | FName | ID reference for the interaction condition. | Category: B1RabbitHoleInteraction Foreign: Condition_Interaction.Id |
| InteractionEnableConditionId | FName | The condition ID that determines whether this interaction option is enabled. | Category: B1RabbitHoleInteraction Foreign: Condition_Interaction.Id |
| StartScriptIdList | TArray | List of script IDs to execute when the interaction starts. | Category: B1RabbitHoleInteraction Foreign: Script_RabbitHole.Id |
| CancelScriptIdList | TArray | List of script IDs to execute when the interaction is canceled. | Category: B1RabbitHoleInteraction Foreign: Script_RabbitHole.Id |
| FinishScriptIdList | TArray | List of script IDs to execute when the interaction is completed. | Category: B1RabbitHoleInteraction Foreign: Script_RabbitHole.Id |