DayZ
1.24
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
}
ActionForceFeedCan
Definition
ActionForceFeedCan.c:2
ActionForceFeedCan::ActionCondition
override bool ActionCondition(PlayerBase player, ActionTarget target, ItemBase item)
Definition
ActionForceFeedCan.c:3
ItemBase
Definition
InventoryItem.c:697
Param3
Definition
EntityAI.c:95
PlayerBase
Definition
PlayerBaseClient.c:2
scripts
4_World
Classes
UserActionsComponent
Actions
Continuous
ActionForceFeedCan.c
Generated by
1.10.0