Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_DamagePassRule.c File Reference

Go to the source code of this file.

Classes

class  SCR_DamagePassRule

Functions

SCR_DamagePassRule SCR_BaseDamagePassRule _WB_GetCustomTitle (BaseContainer source, out string title)
override void HandlePassedDamage (inout notnull BaseDamageContext damageContext, notnull SCR_HitZone srcHitZone, notnull SCR_DamageManagerComponent dmgManager)

Variables

bool m_bPassToRoot
bool m_bPassToParent
bool m_bPassToDefaultHitZone

Function Documentation

◆ _WB_GetCustomTitle()

SCR_DamagePassRule SCR_BaseDamagePassRule _WB_GetCustomTitle ( BaseContainer source,
out string title )

Definition at line 1 of file SCR_DamagePassRule.c.

◆ HandlePassedDamage()

override void _WB_GetCustomTitle::HandlePassedDamage ( inout notnull BaseDamageContext damageContext,
notnull SCR_HitZone srcHitZone,
notnull SCR_DamageManagerComponent dmgManager )
protected

Handle damage for this hit zone. Clones the damage context so that it does not override passed one

Parameters
[in,out]damageContextto be received by this hit zone
[in]srcHitZonewhich initialized this process
[in]dmgManagerto which this hit zone belongs

Definition at line 118 of file SCR_DamagePassRule.c.

Variable Documentation

◆ m_bPassToDefaultHitZone

bool m_bPassToDefaultHitZone
protected

Definition at line 111 of file SCR_DamagePassRule.c.

◆ m_bPassToParent

bool m_bPassToParent
protected

Definition at line 108 of file SCR_DamagePassRule.c.

◆ m_bPassToRoot

bool m_bPassToRoot
protected

Definition at line 105 of file SCR_DamagePassRule.c.