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

◆ OnWork()

override void OnWork ( float consumed_energy)
protected

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

196 {
197 if ( g_Game.IsServer() )
198 {
199 NoiseSystem noise = g_Game.GetNoiseSystem();
200 if ( noise )
201 {
203 }
204 }
205 }
ref NoiseParams m_NoisePar
Определения ActionOpenDoors.c:94
DayZGame g_Game
Определения DayZGame.c:3942
static float GetNoiseReduction(Weather weather)
Определения SensesAIEvaluate.c:18
proto void AddNoisePos(EntityAI source_entity, vector pos, NoiseParams noise_params, float external_strenght_multiplier=1.0)
Определения Noise.c:2
vector GetPosition()
Get the world position of the Effect.
Определения Effect.c:473

Перекрестные ссылки NoiseSystem::AddNoisePos(), g_Game, NoiseAIEvaluate::GetNoiseReduction(), GetPosition() и m_NoisePar.