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

◆ SelectFirstActionCategory()

override void ActionManagerClient::SelectFirstActionCategory ( )
inlineprotected

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

838 {
841
842 for (int index = 0; index < m_OrderedStandartActionInputs.Count(); index++)
843 {
845 {
847 break;
848 }
849 }
850 }
override int GetPossibleActionsCount()
Определения ActionInput.c:468
ref array< ActionInput > m_OrderedStandartActionInputs
Определения ActionManagerClient.c:15
void UpdateActionCategoryPriority()
Определения ActionManagerClient.c:814
int m_SelectedActionInputToSrollIndex
Определения ActionManagerClient.c:17

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