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

Private Member Functions

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 EN5C_WaterproofBag_ColorBase.c.

Member Function Documentation

◆ CanPutInCargo()

override bool WaterproofBag_ColorBase::CanPutInCargo ( EntityAI parent)
inlineprivate

Definition at line 3 of file EN5C_WaterproofBag_ColorBase.c.

4 {
5 if (!super.CanPutInCargo(parent))
6 return false;
7
8 if (parent && (parent.IsKindOf("AmmoBox") || parent.IsKindOf("WaterproofBag_ColorBase")))
9 return false;
10
11 return true;
12 }

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