![]() |
Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
|
Go to the source code of this file.
Data Structures | |
| class | DamageDealtEffect |
Functions | |
| void | ~EffectRadial () |
| void | EffectRadial (Param param1, Param param2) |
| void | Update (float deltatime) |
Variables | |
| float | m_Divisor = 16 |
| float | m_Duration = 0.6 |
| PPERequester_PainBlur | m_PPERequester |
| class DamageDealtEffect | m_TimeActive |
| void ~EffectRadial | ( | ) |
Definition at line 75 of file bullethitreaction.c.
References m_PPERequester.
Definition at line 59 of file bullethitreaction.c.
References Class::CastTo(), m_Divisor, m_Duration, and m_PPERequester.
Referenced by ManBase::SpawnDamageDealtEffect2().
| void Update | ( | float | deltatime | ) |
Definition at line 81 of file bullethitreaction.c.
References Easing::EaseInQuart(), Math::InverseLerp(), m_Divisor, m_Duration, m_PPERequester, and m_TimeActive.
| float m_Divisor = 16 |
Definition at line 55 of file bullethitreaction.c.
Referenced by EffectRadial(), and Update().
| float m_Duration = 0.6 |
Definition at line 56 of file bullethitreaction.c.
Referenced by EffectRadial(), GetDuration(), GetDurationAdjusted(), Init(), OnInit(), StaminaModifier(), and Update().
| PPERequester_PainBlur m_PPERequester |
Definition at line 57 of file bullethitreaction.c.
Referenced by ~EffectRadial(), EffectRadial(), OnStayClientEvent(), OnVariablesSynchronized(), and Update().
| class DamageDealtEffect m_TimeActive |
Referenced by Update().