DayZ 1.28
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 строка 314

315 {
316 return true;
317 }