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

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

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

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

Методы

◆ OnDebugSpawn()

override void OnDebugSpawn ( )
inlineprivate
31 {
32 super.OnDebugSpawn();
33 GameInventory inventory = GetInventory();
34
35 inventory.CreateInInventory( "PUScopeOptic" );
36 inventory.CreateInInventory( "Mosin_Compensator" );
37
39 if ( Class.CastTo(entity, this) )
40 {
41 entity.SpawnEntityOnGroundPos("Ammo_762x54", entity.GetPosition());
42 }
43 }
Super root of all classes in Enforce script.
Definition EnScript.c:11
Definition Building.c:6
script counterpart to engine's class Inventory
Definition Inventory.c:79
Definition EntityAI.c:95
static proto bool CastTo(out Class to, Class from)
Try to safely down-cast base class to child class.

Перекрестные ссылки Class::CastTo().

◆ SpawnRecoilObject() [1/2]

override RecoilBase SpawnRecoilObject ( )
inlineprivate
24 {
25 return new MosinRecoil(this);
26 }
Definition MosinRecoil.c:2

◆ SpawnRecoilObject() [2/2]

override RecoilBase SpawnRecoilObject ( )
inlineprivate
49 {
50 return new MosinSawedOffRecoil(this);
51 }
Definition MosinSawedOffRecoil.c:2

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