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

◆ GetIcon() [2/2]

Icon Container::GetIcon ( int index)
inlineprotected

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

420 {
421 if ( m_Cargo == null )
422 {
423 return null;
424 }
425
426 if ( index >= 0 && m_Cargo.GetItemCount() > index )
427 return GetIcon( m_Cargo.GetItem( index ) );
428 return null;
429 }
string GetIcon()
Определения NotificationSystem.c:45
CargoBase m_Cargo
Определения CargoContainer.c:6

Перекрестные ссылки GetIcon() и m_Cargo.