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

◆ CreateSubgroups()

void array::CreateSubgroups ( Widget parent,
Input input )
inlineprotected

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

81 {
83
84 int sort_count = InputUtils.GetInputActionSortingMap().Count();
85 for (int i = 0; i < sort_count; i++)
86 {
87 if (InputUtils.GetInputActionSortingMap().GetElement(i) && InputUtils.GetInputActionSortingMap().GetElement(i).Count() > 0)
88 {
89 AddSubgroup(InputUtils.GetInputActionSortingMap().GetKey(i),parent,input);
90 }
91 }
92
93 //any unssorted inputs go here
94 if (InputUtils.GetUnsortedInputActions() && InputUtils.GetUnsortedInputActions().Count() > 0)
95 {
97 }
98 }
ref array< Widget > m_Subgroups
Определения KeybindingsContainer.c:13
void AddSubgroup(int sort_index, Widget parent, Input input)
Определения KeybindingsContainer.c:55
const int NO_SORTING
Определения KeybindingsContainer.c:4
Result for an object found in CGame.IsBoxCollidingGeometryProxy.