DayZ
1.24
Loading...
Searching...
No Matches
ActionDrinkCan.c
Go to the documentation of this file.
1
class
ActionDrinkCan
:
ActionDrink
2
{
3
void
ActionDrinkCan
()
4
{
5
m_CommandUID
=
DayZPlayerConstants
.CMD_ACTIONMOD_DRINK;
6
m_CommandUIDProne
=
DayZPlayerConstants
.CMD_ACTIONFB_DRINK;
7
m_Text
=
"#drink"
;
8
}
9
};
m_Text
string m_Text
Definition
ActionBase.c:49
ActionDrinkCan
Definition
ActionDrinkCan.c:2
ActionDrinkCan::ActionDrinkCan
void ActionDrinkCan()
Definition
ActionDrinkCan.c:3
ActionDrink
Definition
ActionDrink.c:10
AnimatedActionBase::m_CommandUID
int m_CommandUID
Definition
AnimatedActionBase.c:122
AnimatedActionBase::m_CommandUIDProne
int m_CommandUIDProne
Definition
AnimatedActionBase.c:123
DayZPlayerConstants
DayZPlayerConstants
defined in C++
Definition
dayzplayer.c:597
scripts
4_World
Classes
UserActionsComponent
Actions
Continuous
ActionDrinkCan.c
Generated by
1.10.0