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

◆ CanBePerformedWhileChangingStance()

bool ActionBase::CanBePerformedWhileChangingStance ( )
inlineprotected

Condition used in PlayerBase::CanChangeStance to check if stance can be changed while action is performed/executed.

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

321 {
322 return true;
323 }