DayZ
1.24
Loading...
Searching...
No Matches
M67Grenade.c
Go to the documentation of this file.
1
class
M67Grenade
extends
Grenade_Base
2
{
3
void
M67Grenade
()
4
{
5
SetAmmoType
(
"M67Grenade_Ammo"
);
6
SetFuseDelay
(4);
7
SetParticleExplosion
(
ParticleList
.
M67
);
8
}
9
10
void
~M67Grenade
() {}
11
}
SetParticleExplosion
void SetParticleExplosion(int particle)
Definition
ExplosivesBase.c:276
SetAmmoType
void SetAmmoType(string pAmmoType)
Definition
ExplosivesBase.c:265
Grenade_Base
Definition
FlashGrenade.c:2
Grenade_Base::SetFuseDelay
void SetFuseDelay(float delay)
Definition
Grenade_Base.c:101
Grenade_Base::~M67Grenade
void ~M67Grenade()
Definition
M67Grenade.c:10
Grenade_Base::M67Grenade
void M67Grenade()
Definition
M67Grenade.c:3
ParticleList
Definition
ParticleList.c:12
ParticleList::M67
static const int M67
Definition
ParticleList.c:131
scripts
4_World
Entities
Grenade_Base
M67Grenade.c
Generated by
1.10.0