Dayz Explorer 1.29.162510
Loading...
Searching...
No Matches
actionfoldbandanatohead.c
Go to the documentation of this file.
1class 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};
string GetText()
Definition actionbase.c:304
provides access to slot configuration
DayZPlayerConstants
defined in C++
Definition dayzplayer.c:602