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