Dayz Explorer 1.29.162510
Loading...
Searching...
No Matches
actioneattabletfromwrapper.c
Go to the documentation of this file.
1class ActionEatTabletFromWrapper : ActionConsumeSingle
2{
3 void ActionEatTabletFromWrapper()
4 {
5 m_CommandUID = DayZPlayerConstants.CMD_ACTIONMOD_EAT_TABLET;
6 m_CommandUIDProne = DayZPlayerConstants.CMD_ACTIONFB_EAT_TABLET;
7
8 m_Text = "#eat";
9 }
10}
string m_Text
Definition actionbase.c:64
DayZPlayerConstants
defined in C++
Definition dayzplayer.c:602