FB1TraitEventTrigger
🧩 Struct: FB1TraitEventTrigger¶
Defines an event trigger for a trait script, including string and float arguments.
Properties¶
- TriggerType (
EB1TraitEventTriggerType
): Type of trigger that activates the trait effect. - S1 (
FName
): First string parameter associated with the trigger. (SearchLink = "FB1TraitEventTrigger.TriggerType") - S2 (
FName
): Second string parameter. - F1 (
float
): First numeric parameter. - F2 (
float
): Second numeric parameter.