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

◆ OnDebugSpawn()

override void AK74_Base::OnDebugSpawn ( )
inlineprivate

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

11 {
12 GameInventory inventory = GetInventory();
13
14 inventory.CreateInInventory( "AK74_WoodBttstck" );
15 inventory.CreateInInventory( "AK74_Hndgrd" );
16 inventory.CreateInInventory( "PSO1Optic" );
17 inventory.CreateInInventory( "AK_Bayonet" );
18 inventory.CreateInInventory( "Battery9V" );
19
20 SpawnAttachedMagazine("Mag_AK74_30Rnd");
21 }
EntityAI CreateInInventory(string type)
creates entity somewhere in inventory
Определения Inventory.c:874

Перекрестные ссылки GameInventory::CreateInInventory().