DayZ Scripts
v1.21.156300 ยท Jun 20, 2023
 
Loading...
Searching...
No Matches
ActionEatPillFromBottle.c
Go to the documentation of this file.
2{
4 {
5 m_CommandUID = DayZPlayerConstants.CMD_ACTIONMOD_EAT_PILL;
6 m_CommandUIDProne = DayZPlayerConstants.CMD_ACTIONFB_EAT_PILL;
7
8 m_Text = "#eat";
9 }
10}
protected string m_Text
Definition ActionBase.c:49
protected int m_CommandUIDProne
DayZPlayerConstants
defined in C++
Definition dayzplayer.c:602