Dayz Explorer  1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
actionforcefeedcan.c
Go to the documentation of this file.
2 {
3  override bool ActionCondition(PlayerBase player, ActionTarget target, ItemBase item)
4  {
5  return super.ActionCondition(player, target, item);
6  }
7 }
ItemBase
Definition: inventoryitem.c:730
PlayerBase
Definition: playerbaseclient.c:1
ActionTarget
class ActionTargets ActionTarget
ActionForceFeed
ActionForceFeedSmallCB ActionForceFeed
Definition: actionforcefeed.c:11
ActionForceFeedCan
Definition: actionforcefeedcan.c:1