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

◆ AddElement()

void array::AddElement ( int index,
Widget parent,
Input input )
inlineprotected

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

101 {
102 //create array if needed
103 if (!m_KeyWidgetElements.Get(index))
104 {
107 }
108
110 m_KeyWidgetElements.Get(index).Insert(element);
111 }
ref map< int, ref ElementArray > m_KeyWidgetElements
Определения KeybindingsContainer.c:9
Result for an object found in CGame.IsBoxCollidingGeometryProxy.