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

◆ OnDebugSpawn()

override void M14_Base::OnDebugSpawn ( )
inlineprivate

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

9 {
10 GameInventory inventory = GetInventory();
11
12 inventory.CreateInInventory( "ReflexOptic" );
13 inventory.CreateInInventory( "ImprovisedSuppressor" );
14 inventory.CreateInInventory( "Battery9V" );
15
16 SpawnAttachedMagazine("Mag_M14_20Rnd");
17 }
EntityAI CreateInInventory(string type)
creates entity somewhere in inventory
Определения Inventory.c:874

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