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

◆ IsWearingSplint()

bool ActionSplintSelf::IsWearingSplint ( PlayerBase player)
inlineprivate

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

62 {
63 if ( player.GetItemOnSlot("Splint_Right") )
64 {
65 return true;
66 }
67 return false;
68 }

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