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

◆ EEDelete()

override void CrashBase::EEDelete ( EntityAI parent)
inlineprivate

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

37 {
38 super.EEDelete(parent);
39
40 if ( !GetGame().IsDedicatedServer() )
41 {
42 if ( m_SleighLight )
43 m_SleighLight.Destroy();
44 }
45 }
XmasSleighLight m_SleighLight
Определения Wreck_SantasSleigh.c:4
proto native CGame GetGame()

Перекрестные ссылки GetGame() и m_SleighLight.