DayZ
1.24
Loading...
Searching...
No Matches
WolfSteakMeat.c
Go to the documentation of this file.
1
class
WolfSteakMeat
extends
Edible_Base
2
{
3
override
bool
CanBeCooked
()
4
{
5
return
true
;
6
}
7
8
override
bool
CanBeCookedOnStick
()
9
{
10
return
true
;
11
}
12
13
override
bool
IsMeat
()
14
{
15
return
true
;
16
}
17
18
override
bool
CanDecay
()
19
{
20
return
true
;
21
}
22
23
override
void
SetActions
()
24
{
25
super
.SetActions();
26
27
AddAction
(ActionForceFeed);
28
AddAction
(
ActionEatMeat
);
29
30
AddAction
(
ActionCreateIndoorFireplace
);
31
AddAction
(
ActionCreateIndoorOven
);
32
}
33
}
AddAction
void AddAction(typename actionName)
Definition
AdvancedCommunication.c:212
ActionCreateIndoorFireplace
Definition
ActionCreateIndoorFireplace.c:2
ActionCreateIndoorOven
Definition
ActionCreateIndoorOven.c:2
ActionEatMeat
Definition
ActionEatMeat.c:10
Edible_Base
Definition
Edible_Base.c:2
Edible_Base::CanBeCookedOnStick
override bool CanBeCookedOnStick()
Definition
WolfSteakMeat.c:8
Edible_Base::CanDecay
override bool CanDecay()
Definition
WolfSteakMeat.c:18
Edible_Base::IsMeat
override bool IsMeat()
Definition
WolfSteakMeat.c:13
Edible_Base::CanBeCooked
override bool CanBeCooked()
Definition
WolfSteakMeat.c:3
Edible_Base::SetActions
override void SetActions()
Definition
WolfSteakMeat.c:23
Param3
Definition
EntityAI.c:95
scripts
4_World
Entities
ItemBase
Edible_Base
WolfSteakMeat.c
Generated by
1.10.0