Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
Loading...
Searching...
No Matches
actiontakeasip.c
Go to the documentation of this file.
2{
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};
int m_CommandUID
Definition actionbase.c:31
ActionTakeABiteCB ActionSingleUseBaseCB ActionTakeABite()
class ActionTargets ActionTarget
override bool ActionCondition(PlayerBase player, ActionTarget target, ItemBase item)
void ActionTakeASip()
DayZPlayerConstants
defined in C++
Definition dayzplayer.c:602