DayZ
1.29
DayZ Explorer by KGB
Загрузка...
Поиск...
Не найдено
◆
EmtpyInventory()
void Container_Base::EmtpyInventory
(
)
inline
protected
См. определение в файле
AnniversaryBox.c
строка
66
67
{
68
if
(
g_Game
.IsServer())
//server or single player
69
{
70
for
(
int
j = 0; j < GetInventory().GetCargo().GetItemCount(); j++ )
71
{
72
GetInventory().GetCargo().GetItem(j).Delete();
73
}
74
}
75
}
g_Game
DayZGame g_Game
Определения
DayZGame.c:3942
Перекрестные ссылки
g_Game
.
Container_Base
Создано системой
1.13.2