Dayz 1.25
Dayz Code Explorer by KGB
Загрузка...
Поиск...
Не найдено
Класс UMP45_Base
+ Граф наследования:UMP45_Base:

Закрытые члены

void UMP_Base ()
 
override RecoilBase SpawnRecoilObject ()
 
override void OnDebugSpawn ()
 

Подробное описание

Методы

◆ OnDebugSpawn()

override void OnDebugSpawn ( )
inlineprivate
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 }
script counterpart to engine's class Inventory
Definition Inventory.c:79
Definition EntityAI.c:95

◆ SpawnRecoilObject()

override RecoilBase SpawnRecoilObject ( )
inlineprivate
8 {
9 return new Ump45Recoil(this);
10 }
Definition Ump45Recoil.c:2

◆ UMP_Base()

void UMP_Base ( )
inlineprivate
4 {
5 }

Объявления и описания членов класса находятся в файле: