Dayz Explorer 1.28.160049
Loading...
Searching...
No Matches
actionforceabitecan.c
Go to the documentation of this file.
1
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};