B1CriminalBehaviorHistoryEntry
A history entry that records a single criminal behavior event.
Stores information about when and how a crime was committed, including the source interaction and target.
| Property | Type | Description | Metadata |
|---|---|---|---|
| Timestamp | int64 | Time when this crime score history entry was recorded. | Category: B1CriminalBehaviorHistoryEntry |
| CrimeId | FName | Crime definition ID this history entry is associated with (FB1CrimeTableRow::Id). | Category: B1CriminalBehaviorHistoryEntry Foreign: Crime.Id |
| SourceInteractionId | FName | Interaction ID that triggered this crime event, if it was caused by an interaction. | Category: B1CriminalBehaviorHistoryEntry Foreign: Interaction.Id |
| SourceTalkInteractionBagId | FName | Talk interaction bag ID that triggered this crime event, if it was caused by talk. | Category: B1CriminalBehaviorHistoryEntry Foreign: InteractionBag_Talk.Id |
| SourceVehicleAccidentId | FName | Vehicle accident ID that triggered this crime event, if it was caused by a vehicle accident. | Category: B1CriminalBehaviorHistoryEntry Foreign: VehicleAccident.Id |
| SourceMobileMessageTag | FName | Mobile message tag that triggered this crime event, if it was caused by a mobile message. | Category: B1CriminalBehaviorHistoryEntry |
| SourceScriptTriggerTag | FName | Script trigger key that triggered this crime event, if it was raised by the TriggerCriminalBehavior execute. | Category: B1CriminalBehaviorHistoryEntry |
| TargetEntityId | FB1EntityId | Entity that was the main target. | Category: B1CriminalBehaviorHistoryEntry |
| bConditionsPassed | bool | True if the crime conditions (FB1CriminalBehavior::ConditionIds) were satisfied. | Category: B1CriminalBehaviorHistoryEntry |