DayZ 1.24
Loading...
Searching...
No Matches
containers.c File Reference

Go to the source code of this file.

Classes

class  AmmoBox
 
class  PlateCarrierPouches
 
class  RefrigeratorMinsk
 
class  SmallProtectorCase
 

Functions

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

Variables

PlateCarrierPouches WorldContainer_Base
 

Function Documentation

◆ CanPutInCargo()

override bool GetDamageSystemVersionChange::CanPutInCargo ( EntityAI parent)

Definition at line 28 of file containers.c.

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
override bool CanPutInCargo(EntityAI parent)
Definition containers.c:28

◆ GetDamageSystemVersionChange()

AmmoBox Container_Base GetDamageSystemVersionChange ( )

Definition at line 1 of file containers.c.

23 {
24 return 110;
25 }

Variable Documentation

◆ WorldContainer_Base

SmallProtectorCase WorldContainer_Base