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

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

override void SetActions ()
 
override bool IsContainer ()
 
override bool CanPutInCargo (EntityAI parent)
 
- Закрытые члены унаследованные от Backpack_Base
void LargeTentBackPack ()
 
void ~LargeTentBackPack ()
 
override void OnRPC (PlayerIdentity sender, int rpc_type, ParamsReadContext ctx)
 
void PlayRepackingLoopSound ()
 
void StopRepackingLoopSound ()
 
override void SetActions ()
 

Дополнительные унаследованные члены

- Закрытые данные унаследованные от Backpack_Base
EffectSound m_RepackingLoopSound
 

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

Методы

◆ CanPutInCargo()

override bool CanPutInCargo ( EntityAI parent)
inlineprivate
16 {
17 if (!super.CanPutInCargo(parent))
18 return false;
19
20 if (parent && parent.IsKindOf("AmmoBox"))
21 return false;
22
23 return true;
24 }
Definition EntityAI.c:95

◆ IsContainer()

override bool IsContainer ( )
inlineprivate
11 {
12 return true;
13 }

◆ SetActions()

override void SetActions ( )
inlineprivate
5 {
6 super.SetActions();
8 }
ActionDeCraftDrysackBagCB ActionContinuousBaseCB ActionDeCraftDrysackBag()
Definition ActionDeCraftDrysackBag.c:11
void AddAction(typename actionName)
Definition AdvancedCommunication.c:220

Перекрестные ссылки ActionDeCraftDrysackBag() и AddAction().


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