Dayz Explorer  1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
actiondrinkcan.c
Go to the documentation of this file.
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 };
ActionDrink
Definition: actiondrink.c:9
DayZPlayerConstants
DayZPlayerConstants
defined in C++
Definition: dayzplayer.c:601
ActionDrinkCan
Definition: actiondrinkcan.c:1
m_Text
protected string m_Text
Definition: actionbase.c:49