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

◆ SelectFirstActionCategory()

override void ActionManagerClient::SelectFirstActionCategory ( )
inlineprotected

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

832 {
835
836 for (int index = 0; index < m_OrderedStandartActionInputs.Count(); index++)
837 {
839 {
841 break;
842 }
843 }
844 }
override int GetPossibleActionsCount()
Определения ActionInput.c:468
ref array< ActionInput > m_OrderedStandartActionInputs
Определения ActionManagerClient.c:15
void UpdateActionCategoryPriority()
Определения ActionManagerClient.c:808
int m_SelectedActionInputToSrollIndex
Определения ActionManagerClient.c:17

Перекрестные ссылки GetPossibleActionsCount(), m_OrderedStandartActionInputs, m_SelectedActionInputToSrollIndex и UpdateActionCategoryPriority().