Dayz Explorer 1.29.162510
Loading...
Searching...
No Matches
cachedequipmentstoragebase.c File Reference

Go to the source code of this file.

Classes

class  CachedEquipmentStorageQuery
class  CachedEquipmentStorageBase

Functions

bool HasParent ()
int InventoryDepth ()
string Debug ()

Variables

class CachedEquipmentStorageQuery m_SlotIndex = -1
int m_InventoryDepth
Entity m_Entity
Entity m_Parent
ECachedEquipmentPlacement m_InventoryPlacement = ECachedEquipmentPlacement.ATTACHMENT

Function Documentation

◆ Debug()

string Debug ( )

Definition at line 29 of file cachedequipmentstoragebase.c.

◆ HasParent()

bool HasParent ( )

Definition at line 19 of file cachedequipmentstoragebase.c.

◆ InventoryDepth()

int InventoryDepth ( )

Definition at line 24 of file cachedequipmentstoragebase.c.

Variable Documentation

◆ m_Entity

Entity m_Entity

Definition at line 14 of file cachedequipmentstoragebase.c.

◆ m_InventoryDepth

int m_InventoryDepth

Definition at line 12 of file cachedequipmentstoragebase.c.

◆ m_InventoryPlacement

◆ m_Parent

Entity m_Parent

Definition at line 15 of file cachedequipmentstoragebase.c.

◆ m_SlotIndex

class CachedEquipmentStorageQuery m_SlotIndex = -1