Dayz 1.25
Dayz Code Explorer by KGB
Загрузка...
Поиск...
Не найдено
Файл containers.c

См. исходные тексты.

Структуры данных

class  AmmoBox
 
class  PlateCarrierPouches
 
class  RefrigeratorMinsk
 
class  SmallProtectorCase
 

Функции

AmmoBox Container_Base GetDamageSystemVersionChange ()
 
override bool CanPutInCargo (EntityAI parent)
 

Переменные

PlateCarrierPouches WorldContainer_Base
 

Функции

◆ CanPutInCargo()

override bool CanPutInCargo ( EntityAI parent)
29{
30 override bool CanPutInCargo(EntityAI parent)
31 {
32 if (!super.CanPutInCargo(parent))
33 return false;
34
35 if (parent && parent.IsKindOf("AmmoBox"))
36 return false;
37
Definition Container_Base.c:2
Definition Building.c:6
Definition EntityAI.c:95
override bool CanPutInCargo(EntityAI parent)
Definition containers.c:28

◆ GetDamageSystemVersionChange()

AmmoBox Container_Base GetDamageSystemVersionChange ( )
23 {
24 return 110;
25 }

Переменные

◆ WorldContainer_Base

SmallProtectorCase WorldContainer_Base