Skip to main content

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.

PropertyTypeDescriptionMetadata
Timestampint64Time when this crime score history entry was recorded.Category: B1CriminalBehaviorHistoryEntry
CrimeIdFNameCrime definition ID this history entry is associated with (FB1CrimeTableRow::Id).Category: B1CriminalBehaviorHistoryEntry
Foreign: Crime.Id
SourceInteractionIdFNameInteraction ID that triggered this crime event, if it was caused by an interaction.Category: B1CriminalBehaviorHistoryEntry
Foreign: Interaction.Id
SourceTalkInteractionBagIdFNameTalk interaction bag ID that triggered this crime event, if it was caused by talk.Category: B1CriminalBehaviorHistoryEntry
Foreign: InteractionBag_Talk.Id
SourceVehicleAccidentIdFNameVehicle accident ID that triggered this crime event, if it was caused by a vehicle accident.Category: B1CriminalBehaviorHistoryEntry
Foreign: VehicleAccident.Id
SourceMobileMessageTagFNameMobile message tag that triggered this crime event, if it was caused by a mobile message.Category: B1CriminalBehaviorHistoryEntry
SourceScriptTriggerTagFNameScript trigger key that triggered this crime event, if it was raised by the TriggerCriminalBehavior execute.Category: B1CriminalBehaviorHistoryEntry
TargetEntityIdFB1EntityIdEntity that was the main target.Category: B1CriminalBehaviorHistoryEntry
bConditionsPassedboolTrue if the crime conditions (FB1CriminalBehavior::ConditionIds) were satisfied.Category: B1CriminalBehaviorHistoryEntry