![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Protected Member Functions | |
| override void | HandleConsequences (SCR_ExtendedDamageManagerComponent dmgManager, DamageEffectEvaluator evaluator) |
| override bool | HijackDamageEffect (SCR_ExtendedDamageManagerComponent dmgManager) |
| override bool | UseBatchProcessing () |
| override void | BatchData (inout SCR_BatchedDamageEffects batchedDataContainer, notnull SCR_PersistentDamageEffect effect) |
| override void | BatchProcessing (notnull SCR_ExtendedDamageManagerComponent dmgManager, notnull SCR_BatchedDamageEffects batchedDataContainer, bool isAuthority) |
| override bool | ExecuteSynchronizedSoundPlayback (notnull SCR_ExtendedDamageManagerComponent dmgManager) |
| override void | OnEffectAdded (SCR_ExtendedDamageManagerComponent dmgManager) |
| override void | OnEffectRemoved (SCR_ExtendedDamageManagerComponent dmgManager) |
| BaseInfoDisplay | GetScreenEffect (notnull SCR_ExtendedDamageManagerComponent dmgManager, typename effectType) |
| override float | GetCustomDamageValue () |
| override void | RecalculateDPS (float timeSlice, notnull SCR_ExtendedDamageManagerComponent dmgManager) |
| override void | EOnFrame (float timeSlice, SCR_ExtendedDamageManagerComponent dmgManager) |
| override bool | SaveApplyEffect (ScriptBitWriter w) |
| override bool | LoadApplyEffect (ScriptBitReader r) |
Protected Attributes | |
| bool | m_bIsDecaying |
| float | m_fLocalDPSValue |
| const int | CRITICAL_DMG_THRESHOLD = 4 |
| const int | MAX_DMG_VALUE = 100 |
Static Protected Attributes | |
| static const int | SOUND_COOLDOWN = 1500 |
Definition at line 1 of file SCR_PoisonDamageEffect.c.
|
inlineprotected |
Definition at line 70 of file SCR_PoisonDamageEffect.c.
|
inlineprotected |
Definition at line 87 of file SCR_PoisonDamageEffect.c.
|
inlineprotected |
Definition at line 224 of file SCR_PoisonDamageEffect.c.
|
inlineprotected |
Definition at line 115 of file SCR_PoisonDamageEffect.c.
|
inlineprotected |
Definition at line 205 of file SCR_PoisonDamageEffect.c.
|
inlineprotected |
| [in] | dmgManager | |
| [in] | effectType |
Definition at line 169 of file SCR_PoisonDamageEffect.c.
|
inlineprotected |
Definition at line 12 of file SCR_PoisonDamageEffect.c.
|
inlineprotected |
Definition at line 20 of file SCR_PoisonDamageEffect.c.
|
inlineprotected |
Definition at line 254 of file SCR_PoisonDamageEffect.c.
|
inlineprotected |
Definition at line 135 of file SCR_PoisonDamageEffect.c.
|
inlineprotected |
Definition at line 148 of file SCR_PoisonDamageEffect.c.
|
inlineprotected |
Definition at line 211 of file SCR_PoisonDamageEffect.c.
|
inlineprotected |
Definition at line 240 of file SCR_PoisonDamageEffect.c.
|
inlineprotected |
Definition at line 64 of file SCR_PoisonDamageEffect.c.
|
protected |
Definition at line 8 of file SCR_PoisonDamageEffect.c.
|
protected |
Definition at line 3 of file SCR_PoisonDamageEffect.c.
|
protected |
Definition at line 4 of file SCR_PoisonDamageEffect.c.
|
protected |
Definition at line 9 of file SCR_PoisonDamageEffect.c.
|
staticprotected |
Definition at line 7 of file SCR_PoisonDamageEffect.c.