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

◆ CheckParent()

void Clothing::CheckParent ( )
inlineprotected

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

40 {
41 EntityAI owner = GetHierarchyParent();
42
43 // Spawn a battery in the headtorch if it's attached on a zombie and switch it on
44 if (owner && owner.IsZombie())
45 {
46 GetInventory().CreateAttachment("Battery9V");
47 GetCompEM().SwitchOn();
48 }
49
50 if (m_Timer)
51 m_Timer.Stop();
52
53 m_Timer = null;
54 }
class LogManager EntityAI
ref Timer m_Timer
Определения Headtorch_ColorBase.c:20

Перекрестные ссылки m_Timer.