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

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

override void SetActions ()
 
override bool CanPutInCargo (EntityAI parent)
 
override bool CanReceiveAttachment (EntityAI attachment, int slotId)
 

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

Методы

◆ CanPutInCargo()

override bool CanPutInCargo ( EntityAI parent)
inlineprivate
11 {
12 if( !super.CanPutInCargo( parent ) )
13 {
14 return false;
15 }
16
17 return IsEmpty();
18 }
override bool IsEmpty()
Definition FireplaceBase.c:2454
Definition EntityAI.c:95

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

◆ CanReceiveAttachment()

override bool CanReceiveAttachment ( EntityAI attachment,
int slotId )
inlineprivate
21 {
22 if( !super.CanReceiveAttachment( attachment, slotId ) )
23 {
24 return false;
25 }
26
27 return !GetInventory().IsInCargo();
28 }

◆ SetActions()

override void SetActions ( )
inlineprivate
4 {
5 super.SetActions();
6
8 }
ActionDeCraftRopeBeltCB ActionContinuousBaseCB ActionDeCraftRopeBelt()
Definition ActionDeCraftRopeBelt.c:14
void AddAction(typename actionName)
Definition AdvancedCommunication.c:220

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


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