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

◆ OnDebugSpawn()

override void SVD_Base::OnDebugSpawn ( )
inlineprivate

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

18 {
19 GameInventory inventory = GetInventory();
20
21 inventory.CreateInInventory( "PSO1Optic" );
22 inventory.CreateInInventory( "AK_Suppressor" );
23 inventory.CreateInInventory( "Battery9V" );
24
25 SpawnAttachedMagazine("Mag_SVD_10Rnd");
26 }
EntityAI CreateInInventory(string type)
creates entity somewhere in inventory
Определения Inventory.c:874

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