Dayz Explorer 1.28.160049
Loading...
Searching...
No Matches
drysackbag_colorbase.c
Go to the documentation of this file.
2{
3
4 override void SetActions()
5 {
6 super.SetActions();
8 }
9
10 override bool IsContainer()
11 {
12 return true;
13 }
14
15 override bool CanPutInCargo(EntityAI parent)
16 {
17 if (!super.CanPutInCargo(parent))
18 return false;
19
20 if (parent && parent.IsKindOf("AmmoBox"))
21 return false;
22
23 return true;
24 }
25
26};
ActionDeCraftDrysackBagCB ActionContinuousBaseCB ActionDeCraftDrysackBag()
void AddAction(typename actionName)