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

◆ OnDebugSpawn()

override void UMP45_Base::OnDebugSpawn ( )
inlineprivate

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

14 {
15 GameInventory inventory = GetInventory();
16 inventory.CreateInInventory( "PistolSuppressor" );
17 inventory.CreateInInventory( "ReflexOptic" );
18 inventory.CreateInInventory( "UniversalLight" );
19 inventory.CreateInInventory( "Battery9V" );
20 inventory.CreateInInventory( "Battery9V" );
21
22 SpawnAttachedMagazine("Mag_UMP_25Rnd");
23 }
EntityAI CreateInInventory(string type)
creates entity somewhere in inventory
Определения Inventory.c:874

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