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

◆ OnActivate()

override void BrokenLegsMdfr::OnActivate ( PlayerBase player)
inlineprivate

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

24 {
25 //Print("------------> OnActivate - BrokenLegsMdfr");
26 player.SetBrokenLegs(-eBrokenLegs.BROKEN_LEGS);//note the negative sign
27 player.GetNotifiersManager().ActivateByType(eNotifiers.NTF_FRACTURE);
28 }
eBrokenLegs
Определения EBrokenLegs.c:2
eNotifiers
Определения NotifiersManager.c:2