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

◆ OnDamageDestroyed()

override void OnDamageDestroyed ( int oldLevel)
protected

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

135 {
136 super.OnDamageDestroyed(oldLevel);
137
138 if (GetGame().IsClient())
139 {
141
142 if (oldLevel != -1)
143 {
144 PlaySoundSet(m_DestoryedSound, GetDestroyedSound(), 0, 0);
145 }
146 }
147 }
void OnRingingStopClient()
Определения ClockBase.c:166
EffectSound m_DestoryedSound
Определения ClockBase.c:21
string GetDestroyedSound()
Определения ClockBase.c:113
proto native CGame GetGame()

Перекрестные ссылки GetDestroyedSound(), GetGame(), m_DestoryedSound и OnRingingStopClient().