DayZ 1.27
DayZ Explorer by KGB
 
Загрузка...
Поиск...
Не найдено

◆ ParticleCookingStop()

void ParticleCookingStop ( )
private

См. определение в файле Bottle_Base.c строка 251

252 {
253 if (m_ParticleCooking && GetGame() && !GetGame().IsDedicatedServer())
254 {
255 m_ParticleCooking.Stop();
256 m_ParticleCooking = null;
258 }
259 }
enum SoundTypeBottle m_ParticleCooking
int m_ParticlePlaying
Определения Bottle_Base.c:11
static const int INVALID
Определения ParticleList.c:20
Определения ParticleList.c:12
proto native CGame GetGame()

Перекрестные ссылки GetGame(), ParticleList::INVALID, m_ParticleCooking и m_ParticlePlaying.

Используется в ParticleCookingStart() и RemoveAudioVisuals().