Dayz Explorer
1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
tacticalbaconcan_opened.c
Go to the documentation of this file.
1
class
TacticalBaconCan_Opened
:
Edible_Base
2
{
3
override
void
SetActions()
4
{
5
super.SetActions();
6
7
AddAction
(
ActionForceFeedCan
);
8
AddAction
(
ActionEatCan
);
9
}
10
}
TacticalBaconCan_Opened
Definition:
tacticalbaconcan_opened.c:1
AddAction
void AddAction(typename actionName)
Definition:
advancedcommunication.c:86
ActionEatCan
Definition:
actioneatcan.c:10
ActionForceFeedCan
Definition:
actionforcefeedcan.c:1
Edible_Base
Definition:
bearsteakmeat.c:1
DAYZ
scripts_v1.24.157551
scripts
world
entities
itembase
gear
food
tacticalbaconcan_opened.c
Generated by
1.8.17