Dayz 1.25
Dayz Code Explorer by KGB
Загрузка...
Поиск...
Не найдено
Файл M18SmokeGrenade_ColorBase.c

См. исходные тексты.

Структуры данных

class  SmokeGrenadeBase
 
class  M18SmokeGrenade_Red
 
class  M18SmokeGrenade_ColorBase
 

Функции

class M18SmokeGrenade_ColorBase extends SmokeGrenadeBase M18SmokeGrenade_Red ()
 
void M18SmokeGrenade_ColorBase ()
 
void ~M18SmokeGrenade_ColorBase ()
 
class M18SmokeGrenade_Red_Contaminated extends M18SmokeGrenade_Red M18SmokeGrenade_Green ()
 
override void OnWorkStop ()
 
class M18SmokeGrenade_Yellow extends M18SmokeGrenade_ColorBase M18SmokeGrenade_Purple ()
 
void M18SmokeGrenade_Yellow ()
 

Переменные

const string SOUND_SMOKE_START = "SmokegGrenades_M18_start_loop_SoundSet"
 
const string SOUND_SMOKE_LOOP = "SmokegGrenades_M18_active_loop_SoundSet"
 
const string SOUND_SMOKE_END = "SmokegGrenades_M18_end_loop_SoundSet"
 

Функции

◆ M18SmokeGrenade_ColorBase()

void M18SmokeGrenade_ColorBase ( )
31{
32 override void OnWorkStop()
33 {
override void OnWorkStop()
Definition M18SmokeGrenade_ColorBase.c:44

◆ M18SmokeGrenade_Green()

44 {
48 }
void SetParticleSmokeLoop(int particle)
Definition SmokeGrenadeBase.c:49
void SetParticleSmokeEnd(int particle)
Definition SmokeGrenadeBase.c:54
void SetParticleSmokeStart(int particle)
Definition SmokeGrenadeBase.c:44
Definition ParticleList.c:12
static const int GRENADE_M18_GREEN_LOOP
Definition ParticleList.c:107
static const int GRENADE_M18_GREEN_START
M18.
Definition ParticleList.c:106
static const int GRENADE_M18_GREEN_END
Definition ParticleList.c:108

◆ M18SmokeGrenade_Purple()

64 {
68 }
static const int GRENADE_M18_PURPLE_END
Definition ParticleList.c:111
static const int GRENADE_M18_PURPLE_START
Definition ParticleList.c:109
static const int GRENADE_M18_PURPLE_LOOP
Definition ParticleList.c:110

◆ M18SmokeGrenade_Red()

22 {
26 }
static const int GRENADE_M18_RED_START
Definition ParticleList.c:112
static const int GRENADE_M18_RED_END
Definition ParticleList.c:114
static const int GRENADE_M18_RED_LOOP
Definition ParticleList.c:113

◆ M18SmokeGrenade_Yellow()

◆ OnWorkStop()

◆ ~M18SmokeGrenade_ColorBase()

Переменные

◆ SOUND_SMOKE_END

const string SOUND_SMOKE_END = "SmokegGrenades_M18_end_loop_SoundSet"

◆ SOUND_SMOKE_LOOP

const string SOUND_SMOKE_LOOP = "SmokegGrenades_M18_active_loop_SoundSet"

◆ SOUND_SMOKE_START

const string SOUND_SMOKE_START = "SmokegGrenades_M18_start_loop_SoundSet"