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

Go to the source code of this file.

Classes

class  map

Typedefs

typedef map m_Player

Functions

void CachedEquipmentStorage (DayZPlayerImplement player)
override void OnItemAttached (notnull Entity entity, int slotId, notnull Entity parent)
override void OnItemDetached (notnull Entity entity, int slotId, notnull Entity parent)
override void OnItemCargoIn (notnull Entity entity)
override void OnItemCargoOut (notnull Entity entity)
void ProcessItemInventory (CachedEquipmentStorageInventoryEntry params)

Typedef Documentation

◆ m_Player

Function Documentation

◆ CachedEquipmentStorage()

void CachedEquipmentStorage ( DayZPlayerImplement player)

Definition at line 20 of file cachedequipmentstorage.c.

◆ OnItemAttached()

override void OnItemAttached ( notnull Entity entity,
int slotId,
notnull Entity parent )

Definition at line 27 of file cachedequipmentstorage.c.

◆ OnItemCargoIn()

override void OnItemCargoIn ( notnull Entity entity)

Definition at line 84 of file cachedequipmentstorage.c.

◆ OnItemCargoOut()

override void OnItemCargoOut ( notnull Entity entity)

Definition at line 117 of file cachedequipmentstorage.c.

◆ OnItemDetached()

override void OnItemDetached ( notnull Entity entity,
int slotId,
notnull Entity parent )

Definition at line 59 of file cachedequipmentstorage.c.

◆ ProcessItemInventory()

void ProcessItemInventory ( CachedEquipmentStorageInventoryEntry params)
protected

Definition at line 141 of file cachedequipmentstorage.c.