Dayz Explorer 1.29.162510
Loading...
Searching...
No Matches
actionunfoldbandana.c
Go to the documentation of this file.
1class ActionUnfoldBandana : ActionUnfoldEntity
2{
3 void ActionUnfoldBandana ()
4 {
5 m_CommandUID = DayZPlayerConstants.CMD_ACTIONMOD_PICKUP_HANDS;
6 m_Text = "#bandana_unfold";
7 }
8};
9
10class UnfoldBandanaLambda : TurnItemIntoItemLambda
11{
12 void UnfoldBandanaLambda (EntityAI old_item, string new_item_type, PlayerBase player)
13 {
14 }
15};
16
string m_Text
Definition actionbase.c:64
DayZPlayerConstants
defined in C++
Definition dayzplayer.c:602