Dayz Explorer
1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
actionfoldbandanatohead.c
Go to the documentation of this file.
1
class
ActionFoldBandanaToHead
:
ActionFoldEntityToSlot
2
{
3
void
ActionFoldBandanaToHead
()
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
DAYZ
scripts_v1.24.157551
scripts
world
classes
useractionscomponent
actions
singleuse
actionfoldbandanatohead.c
Generated by
1.8.17