Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_InsectParticle.c
Go to the documentation of this file.
1[BaseContainerProps(configRoot: true)]
3{
5 SCR_AudioHandleLoop m_AudioHandle;
6
8 vector m_vPosition;
9
11 int m_iSoundGroup;
12
14 float m_fDensity;
15
17 ParticleEffectEntity m_ParticleEffect;
18
20 IEntity m_InsectEntity;
21
22#ifdef ENABLE_DIAG
23 ref Shape m_DebugShape;
24#endif
25
26 //------------------------------------------------------------------------------------------------
27 // destructor
29 {
30 delete m_ParticleEffect;
31 delete m_InsectEntity;
32 }
33}
SCR_AIAnimation_Loitering BaseContainerProps
Commanding menu commanding element class.
void ParticleEffectEntity(IEntitySource src, IEntity parent)
Instance of created debug visualizer.
Definition Shape.c:14