Dayz
Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
Toggle main menu visibility
Loading...
Searching...
No Matches
fox.c
Go to the documentation of this file.
1
class
DeadFox
:
Edible_Base
2
{
3
void
DeadFox
()
4
{
5
CacheSkinningBloodInfectionChance(
eAgents
.SALMONELLA);
6
}
7
8
override
bool
CanBeCookedOnStick
()
9
{
10
return
false
;
11
}
12
13
override
bool
CanBeCooked
()
14
{
15
return
false
;
16
}
17
18
override
bool
IsCorpse
()
19
{
20
return
true
;
21
}
22
23
override
bool
CanDecay
()
24
{
25
return
true
;
26
}
27
}
DeadFox::CanDecay
override bool CanDecay()
Definition
fox.c:23
DeadFox::CanBeCookedOnStick
override bool CanBeCookedOnStick()
Definition
fox.c:8
DeadFox::CanBeCooked
override bool CanBeCooked()
Definition
fox.c:13
DeadFox::IsCorpse
override bool IsCorpse()
Definition
fox.c:18
DeadFox::DeadFox
void DeadFox()
Definition
fox.c:3
Edible_Base::Edible_Base
void Edible_Base()
Definition
edible_base.c:25
eAgents
eAgents
Definition
eagents.c:3
Games
Dayz
scripts
4_world
entities
itembase
edible_base
fox.c
Generated by
1.17.0