B1RumorEventTableRow
- DataTable row defining a rumor event, including its type and optional custom message.
| Property | Type | Description | Metadata |
|---|---|---|---|
| Type | EB1RumorEventType | The type of this rumor event (positive, negative, expire, or custom). | Category: B1RumorEventTableRow |
| TargetInt | int32 | An integer parameter used as a threshold or target value for this event. | Category: B1RumorEventTableRow |
| CustomMessageId | FName | The custom message ID sent when this rumor event fires (for custom-type events). | Category: B1RumorEventTableRow Foreign: CustomMobileMessage.Id |
| Id | FName | Unique Id | Category: B1TableRowBase |
| Comment | FString | Dev Comment | Category: B1TableRowBase |