Dayz
Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
Toggle main menu visibility
Loading...
Searching...
No Matches
actiontakeasip.c
Go to the documentation of this file.
1
class
ActionTakeASip
:
ActionTakeABite
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
};
m_CommandUID
int m_CommandUID
Definition
actionbase.c:31
ActionTakeABite
ActionTakeABiteCB ActionSingleUseBaseCB ActionTakeABite()
Definition
actiontakeabite.c:13
ActionTarget
class ActionTargets ActionTarget
ActionTakeASip::ActionCondition
override bool ActionCondition(PlayerBase player, ActionTarget target, ItemBase item)
Definition
actiontakeasip.c:9
ActionTakeASip::ActionTakeASip
void ActionTakeASip()
Definition
actiontakeasip.c:3
ItemBase
Definition
inventoryitem.c:742
PlayerBase
Definition
playerbaseclient.c:2
DayZPlayerConstants
DayZPlayerConstants
defined in C++
Definition
dayzplayer.c:602
Games
Dayz
scripts
4_world
classes
useractionscomponent
actions
singleuse
actiontakeasip.c
Generated by
1.17.0