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