Arma Reforger Explorer  1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
SCR_DamagePassRule.c File Reference

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< EDamageStatem_aDamageStates
 
ref array< EDamageTypem_aSourceDamageTypes
 
EDamageType m_eOutputDamageType
 
float m_fMultiplier
 
bool m_bAllowDOT
 
bool m_bPassToRoot
 
bool m_bPassToParent
 
bool m_bPassToDefaultHitZone
 

Function Documentation

◆ _WB_GetCustomTitle()

class SCR_DamagePassRule _WB_GetCustomTitle ( BaseContainer  source,
out string  title 
)

Definition at line 34 of file SCR_DamagePassRule.c.

Variable Documentation

◆ m_aDamageStates

ref array<EDamageState> m_aDamageStates

Definition at line 3 of file SCR_DamagePassRule.c.

◆ m_aSourceDamageTypes

ref array<EDamageType> m_aSourceDamageTypes

Definition at line 6 of file SCR_DamagePassRule.c.

◆ m_bAllowDOT

bool m_bAllowDOT

Definition at line 15 of file SCR_DamagePassRule.c.

◆ m_bPassToDefaultHitZone

bool m_bPassToDefaultHitZone

Definition at line 24 of file SCR_DamagePassRule.c.

◆ m_bPassToParent

bool m_bPassToParent

Definition at line 21 of file SCR_DamagePassRule.c.

◆ m_bPassToRoot

bool m_bPassToRoot

Definition at line 18 of file SCR_DamagePassRule.c.

◆ m_eOutputDamageType

EDamageType m_eOutputDamageType

Definition at line 9 of file SCR_DamagePassRule.c.

◆ m_fMultiplier

float m_fMultiplier

Definition at line 12 of file SCR_DamagePassRule.c.