Dayz Explorer  1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
actiontakeasip.c
Go to the documentation of this file.
2 {
3  void ActionTakeASip()
4  {
5  m_CommandUID = DayZPlayerConstants.CMD_ACTIONMOD_DRINK;
6  m_Text = "#take_a_sip";
7  }
8 
9  override bool ActionCondition( PlayerBase player, ActionTarget target, ItemBase item )
10  {
11  return false;
12  }
13 };
ItemBase
Definition: inventoryitem.c:730
ActionTakeASip
Definition: actiontakeasip.c:1
PlayerBase
Definition: playerbaseclient.c:1
ActionTarget
class ActionTargets ActionTarget
DayZPlayerConstants
DayZPlayerConstants
defined in C++
Definition: dayzplayer.c:601
m_Text
protected string m_Text
Definition: actionbase.c:49
ActionTakeABite
Definition: actiontakeabite.c:11