DayZ
1.27
DayZ Explorer by KGB
Загрузка...
Поиск...
Не найдено
◆
OnDebugSpawn()
override void Glock19_Base::OnDebugSpawn
(
)
inline
private
См. определение в файле
Glock.c
строка
9
10
{
11
GameInventory inventory = GetInventory();
12
inventory.
CreateInInventory
(
"PistolSuppressor"
);
13
inventory.
CreateInInventory
(
"FNP45_MRDSOptic"
);
14
inventory.
CreateInInventory
(
"TLRLight"
);
15
inventory.
CreateInInventory
(
"Battery9V"
);
16
inventory.
CreateInInventory
(
"Battery9V"
);
17
18
SpawnAttachedMagazine(
"Mag_Glock_15Rnd"
);
19
}
GameInventory::CreateInInventory
EntityAI CreateInInventory(string type)
creates entity somewhere in inventory
Определения
Inventory.c:874
Перекрестные ссылки
GameInventory::CreateInInventory()
.
Glock19_Base
Создано системой
1.13.2