![]() |
Arma Reforger Explorer
1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Go to the source code of this file.
Data Structures | |
| class | SCR_DamagePassRule |
Functions | |
| class SCR_DamagePassRule | _WB_GetCustomTitle (BaseContainer source, out string title) |
Variables | |
| ref array< EDamageState > | m_aDamageStates |
| ref array< EDamageType > | m_aSourceDamageTypes |
| EDamageType | m_eOutputDamageType |
| float | m_fMultiplier |
| bool | m_bAllowDOT |
| bool | m_bPassToRoot |
| bool | m_bPassToParent |
| bool | m_bPassToDefaultHitZone |
| class SCR_DamagePassRule _WB_GetCustomTitle | ( | BaseContainer | source, |
| out string | title | ||
| ) |
Definition at line 34 of file SCR_DamagePassRule.c.
| ref array<EDamageState> m_aDamageStates |
Definition at line 3 of file SCR_DamagePassRule.c.
| ref array<EDamageType> m_aSourceDamageTypes |
Definition at line 6 of file SCR_DamagePassRule.c.
| bool m_bAllowDOT |
Definition at line 15 of file SCR_DamagePassRule.c.
| bool m_bPassToDefaultHitZone |
Definition at line 24 of file SCR_DamagePassRule.c.
| bool m_bPassToParent |
Definition at line 21 of file SCR_DamagePassRule.c.
| bool m_bPassToRoot |
Definition at line 18 of file SCR_DamagePassRule.c.
| EDamageType m_eOutputDamageType |
Definition at line 9 of file SCR_DamagePassRule.c.
| float m_fMultiplier |
Definition at line 12 of file SCR_DamagePassRule.c.