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

◆ IsWearingSplint()

bool ActionSplintTarget::IsWearingSplint ( PlayerBase player)
inlineprivate

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

57 {
58 if ( player.GetItemOnSlot("Splint_Right") )
59 {
60 return true;
61 }
62 return false;
63 }

Используется в ActionCondition().