B1MobileCallTableRow
- Data table row storing configuration for a mobile call entry, including its type, choice card, and condition.
* References ChoiceCard.json for choice card display logic.
* Mobile Call Flow: Receive calls check matching ConditionId entries and display a choice card; Send calls trigger when the player initiates a call from a contact's profile.
| Property | Type | Description | Metadata |
|---|---|---|---|
| CallType | EB1MobileCallType | The type of call (Receive, Send, or None). Determines when this entry is used. | Category: B1MobileCallTableRow |
| ChoiceCardId | FName | The ID of the choice card to display for this call. | Category: B1MobileCallTableRow Foreign: ChoiceCard.Id |
| ConditionId | FName | Condition ID that must be satisfied for this call entry to be selected. If none, the call entry is always selected. | Category: B1MobileCallTableRow Foreign: Condition_MobileCall.Id |
| CallerTagTextId | FString | Text ID for the caller's tag displayed separately. If empty, the tag is hidden. (e.g., "(Client)") | Category: B1MobileCallTableRow |
| Id | FName | Unique Id | Category: B1TableRowBase |
| Comment | FString | Dev Comment | Category: B1TableRowBase |