Skip to main content

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.
PropertyTypeDescriptionMetadata
CallTypeEB1MobileCallTypeThe type of call (Receive, Send, or None). Determines when this entry is used.Category: B1MobileCallTableRow
ChoiceCardIdFNameThe ID of the choice card to display for this call.Category: B1MobileCallTableRow
Foreign: ChoiceCard.Id
ConditionIdFNameCondition 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
CallerTagTextIdFStringText ID for the caller's tag displayed separately. If empty, the tag is hidden. (e.g., "(Client)")Category: B1MobileCallTableRow
IdFNameUnique IdCategory: B1TableRowBase
CommentFStringDev CommentCategory: B1TableRowBase