Dayz Explorer
1.29.162510
Loading...
Searching...
No Matches
actiontakeabitecan.c
Go to the documentation of this file.
1
2
class
ActionTakeABiteCan
:
ActionTakeABite
3
{
4
override
bool
ActionCondition(
PlayerBase
player, ActionTarget target,
ItemBase
item )
5
{
6
return
false
;
7
/*
8
//if staging for cans is introduced
9
if ( action_data.m_MainItem && action_data.m_MainItem.IsOpen() )
10
{
11
return true;
12
}
13
return false;
14
*/
15
}
16
};
ActionTakeABite
ActionTakeABiteCB ActionSingleUseBaseCB ActionTakeABite()
Definition
actiontakeabite.c:13
ActionTakeABiteCan
DEPRECATED.
Definition
actiontakeabitecan.c:3
ItemBase
Definition
inventoryitem.c:742
PlayerBase
Definition
playerbaseclient.c:2
Daten
4_world
classes
useractionscomponent
actions
singleuse
actiontakeabitecan.c
Generated by
1.16.1