6 ref array<EDamageState> m_aDamageStates;
9 ref array<EDamageType> m_aSourceDamageTypes;
27 bool m_bPassToDefaultHitZone;
31 class SCR_DamagePassRuleContainerTitle : BaseContainerCustomTitle
39 if (source.Get(
"m_eOutputDamageType",
type))
43 if (source.Get(
"m_fMultiplier", multiplier))
44 title +=
" x " + multiplier.ToString(-1, 3);
47 if (source.Get(
"m_bAllowDOT", dot) && dot)
51 if (source.Get(
"m_bPassToRoot", root) && root)
55 if (source.Get(
"m_bPassToParent", parent) && parent)
59 if (source.Get(
"m_bPassToDefaultHitZone", defaultHitZone) && defaultHitZone)
60 title +=
", defaultHitZone";