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

◆ OnDebugSpawn()

override void M14_Base::OnDebugSpawn ( )
inlineprivate

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

9 {
10 GameInventory inventory = GetInventory();
11
12 inventory.CreateInInventory( "ACOGOptic_6x" );
13 inventory.CreateInInventory( "ImprovisedSuppressor" );
14 inventory.CreateInInventory( "Battery9V" );
15
16 SpawnAttachedMagazine("Mag_M14_20Rnd");
17 }
EntityAI CreateInInventory(string type)
creates entity somewhere in inventory

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