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

◆ GetIconByIndex()

Icon IconsContainer::GetIconByIndex ( int index)
inlineprotected

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

45 {
46 if( index < m_EntitiesMap.Count() && index > -1 )
47 return m_EntitiesMap.GetElement( index );
48 return null;
49 }
ref map< int, ref Icon > m_EntitiesMap
Определения IconsContainer.c:3

Перекрестные ссылки m_EntitiesMap.