Dayz Explorer  1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
actionfoldbandanatohead.c
Go to the documentation of this file.
2 {
4  {
5  m_CommandUID = DayZPlayerConstants.CMD_ACTIONMOD_PICKUP_HANDS;
6  m_SlotID = InventorySlots.HEADGEAR;
7  }
8 
9  override string GetText () { return "#bandana_to_head"; }
10 };
InventorySlots
provides access to slot configuration
Definition: inventoryslots.c:5
ActionFoldEntityToSlot
Definition: actionfoldentitytoslot.c:1
DayZPlayerConstants
DayZPlayerConstants
defined in C++
Definition: dayzplayer.c:601
ActionFoldBandanaToHead
Definition: actionfoldbandanatohead.c:1