DayZ Scripts
v1.21.156300 ยท Jun 20, 2023
Loading...
Searching...
No Matches
ActionForceFeedCan.c
Go to the documentation of this file.
1
class
ActionForceFeedCan
:
ActionForceFeed
2
{
3
override
bool
ActionCondition
(
PlayerBase
player,
ActionTarget
target,
ItemBase
item)
4
{
5
return
super.ActionCondition(player, target, item);
6
}
7
}
ActionForceFeed
ActionForceFeedSmallCB ActionForceFeed
Definition
ActionForceFeed.c:11
ActionTarget
class ActionTargets ActionTarget
ActionForceFeedCan
Definition
ActionForceFeedCan.c:2
ActionForceFeedCan::ActionCondition
override bool ActionCondition(PlayerBase player, ActionTarget target, ItemBase item)
Definition
ActionForceFeedCan.c:3
ItemBase
Definition
InventoryItem.c:732
PlayerBase
Definition
PlayerBaseClient.c:2