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

◆ ContinuousInteractActionInput()

void ContinuousInteractActionInput::ContinuousInteractActionInput ( PlayerBase player)
inlineprivate

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

525 {
526 SetInput("UAAction");
527 m_Priority = 60;
528 m_InputType = ActionInputType.AIT_CONTINUOUS;
529 m_DetectFromTarget = true;
530 m_DetectFromItem = false;
531 m_DetectFromPlayer = true;
532 }
ActionInputType
Определения ActionInput.c:2