DayZ
1.27
DayZ Explorer by KGB
Загрузка...
Поиск...
Не найдено
◆
GetIcon()
[2/2]
Icon
Container::GetIcon
(
int
index
)
inline
protected
См. определение в файле
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
}
GetIcon
string GetIcon()
Определения
NotificationSystem.c:45
Container::m_Cargo
CargoBase m_Cargo
Определения
CargoContainer.c:6
Перекрестные ссылки
GetIcon()
и
m_Cargo
.
Container
Создано системой
1.13.2