◆ DamageDealtEffect()
11 {
15
16
17 }
Super root of all classes in Enforce script.
Definition EnScript.c:11
PPERequester_HealthHitReaction m_Requester
Definition BulletHitReaction.c:8
float m_HitDuration
Definition BulletHitReaction.c:5
float m_BreakPoint
Definition BulletHitReaction.c:6
static proto bool CastTo(out Class to, Class from)
Try to safely down-cast base class to child class.
Перекрестные ссылки Class::CastTo(), m_BreakPoint, m_HitDuration и m_Requester.
◆ ~DamageDealtEffect()
◆ Update()
25 {
27
29 {
31 }
32 else
33 {
36 }
40
42
44 {
45 delete this;
46 }
47 }
const float ALPHA_MIN
Definition BulletHitReaction.c:3
const float ALPHA_MAX
Definition BulletHitReaction.c:4
float m_TimeActive
Definition BulletHitReaction.c:7
static proto float Clamp(float value, float min, float max)
Clamps 'value' to 'min' if it is lower than 'min', or to 'max' if it is higher than 'max'.
static proto float InverseLerp(float a, float b, float value)
Calculates the linear value that produces the interpolant value within the range [a,...
static proto float Lerp(float a, float b, float time)
Linearly interpolates between 'a' and 'b' given 'time'.
Перекрестные ссылки ALPHA_MAX, ALPHA_MIN, Math::Clamp(), Math::InverseLerp(), Math::Lerp(), m_BreakPoint, m_HitDuration, m_Requester и m_TimeActive.
◆ ALPHA_MAX
◆ ALPHA_MIN
◆ m_BreakPoint
◆ m_HitDuration
◆ m_Requester
◆ m_TimeActive
Объявления и описания членов класса находятся в файле: