![]() |
Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
|
Static Protected Member Functions | |
| static void | PlayVegetationCollideParticles (Object object, DayZPlayerImplement player) |
| static void | UpdateVegeCollisionCooldowns () |
Static Protected Attributes | |
| static ref map< Object, float > | m_VegeCollideColldowns = new map <Object, float>() |
| static const int | VEGE_COLLISION_COOLDOWN = 3000 |
Definition at line 1 of file misceffects.c.
|
inlinestaticprotected |
Definition at line 7 of file misceffects.c.
References Empty, g_Game, ParticleList::GetParticleIDByName(), GetWorldTime(), m_VegeCollideColldowns, ParticleManager(), Math::RandomFloat(), and UpdateVegeCollisionCooldowns().
Referenced by DayZPlayer::OnStepEvent().
|
inlinestaticprotected |
Definition at line 35 of file misceffects.c.
References GetWorldTime(), m_VegeCollideColldowns, and VEGE_COLLISION_COOLDOWN.
Referenced by PlayVegetationCollideParticles().
Definition at line 4 of file misceffects.c.
Referenced by PlayVegetationCollideParticles(), and UpdateVegeCollisionCooldowns().
|
staticprotected |
Definition at line 3 of file misceffects.c.
Referenced by UpdateVegeCollisionCooldowns().