DayZ 1.24
Loading...
Searching...
No Matches
CCIPresent.c
Go to the documentation of this file.
2{
4 {
5 return item != null;
6 }
7
9 {
10 return (Can(player, item));
11 }
12};
override bool CanContinue(PlayerBase player, ItemBase item)
Definition CCIPresent.c:8
override bool Can(PlayerBase player, ItemBase item)
Definition CCIPresent.c:3