Dayz Explorer
1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
actionunfoldbandana.c
Go to the documentation of this file.
1
class
ActionUnfoldBandana
:
ActionUnfoldEntity
2
{
3
void
ActionUnfoldBandana
()
4
{
5
m_CommandUID =
DayZPlayerConstants
.CMD_ACTIONMOD_PICKUP_HANDS;
6
m_Text
=
"#bandana_unfold"
;
7
}
8
};
9
10
class
UnfoldBandanaLambda
:
TurnItemIntoItemLambda
11
{
12
void
UnfoldBandanaLambda
(
EntityAI
old_item,
string
new_item_type,
PlayerBase
player)
13
{
14
}
15
};
16
PlayerBase
Definition:
playerbaseclient.c:1
DayZPlayerConstants
DayZPlayerConstants
defined in C++
Definition:
dayzplayer.c:601
ActionUnfoldEntity
Definition:
actionunfoldentity.c:2
m_Text
protected string m_Text
Definition:
actionbase.c:49
ActionUnfoldBandana
Definition:
actionunfoldbandana.c:1
TurnItemIntoItemLambda
Definition:
miscgameplayfunctions.c:91
EntityAI
Definition:
building.c:5
UnfoldBandanaLambda
Definition:
actionunfoldbandana.c:10
DAYZ
scripts_v1.24.157551
scripts
world
classes
useractionscomponent
actions
singleuse
actionunfoldbandana.c
Generated by
1.8.17