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

◆ OnDebugSpawn()

override void PP19_Base::OnDebugSpawn ( )
inlineprivate

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

43 {
44 GameInventory inventory = GetInventory();
45 inventory.CreateInInventory( "PistolSuppressor" );
46 inventory.CreateInInventory( "PP19_Bttstck" );
47 inventory.CreateInInventory( "KobraOptic" );
48 inventory.CreateInInventory( "Battery9V" );
49
50 SpawnAttachedMagazine("Mag_PP19_64Rnd");
51 }
EntityAI CreateInInventory(string type)
creates entity somewhere in inventory
Определения Inventory.c:874

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