DayZ 1.24
Loading...
Searching...
No Matches
AmmoBox Class Reference
Inheritance diagram for AmmoBox:
[legend]
Collaboration diagram for AmmoBox:
[legend]

Private Member Functions

override int GetDamageSystemVersionChange ()
 
override bool CanPutInCargo (EntityAI parent)
 
- Private Member Functions inherited from Container_Base
override void DeferredInit ()
 
override void EEDelete (EntityAI parent)
 
override bool IsContainer ()
 
override bool IsTakeable ()
 
override bool CanSwapEntities (EntityAI otherItem, InventoryLocation otherDestination, InventoryLocation destination)
 
override bool CanPutInCargo (EntityAI parent)
 
override bool DisableVicinityIcon ()
 
override bool CanDisplayCargo ()
 
void EmtpyInventory ()
 
void FillInventory ()
 
void GiftBox_Base ()
 
override bool CanReceiveItemIntoCargo (EntityAI item)
 
override void Open ()
 
override void Close ()
 
override bool IsOpen ()
 
override void SetActions ()
 
override void OnDebugSpawn ()
 
override void EEHealthLevelChanged (int oldLevel, int newLevel, string zone)
 

Additional Inherited Members

- Private Attributes inherited from Container_Base
AnniversaryBoxLight m_Light
 
vector m_HalfExtents
 
ref OpenableBehaviour m_Openable
 

Detailed Description

Definition at line 1 of file containers.c.

Member Function Documentation

◆ CanPutInCargo()

override bool AmmoBox::CanPutInCargo ( EntityAI parent)
inlineprivate

Definition at line 8 of file containers.c.

9 {
10 if (!super.CanPutInCargo(parent))
11 return false;
12
13 if (parent && parent.IsKindOf("WaterproofBag_ColorBase"))
14 return false;
15
16 return true;
17 }

◆ GetDamageSystemVersionChange()

override int AmmoBox::GetDamageSystemVersionChange ( )
inlineprivate

Definition at line 3 of file containers.c.

4 {
5 return 110;
6 }

The documentation for this class was generated from the following file: