Dayz Explorer
1.29.162510
Loading...
Searching...
No Matches
rabbit.c
Go to the documentation of this file.
1
class
DeadRabbit : Edible_Base
2
{
3
void
DeadRabbit()
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
}
Edible_Base::IsCorpse
override bool IsCorpse()
Definition
edible_base.c:372
Edible_Base::CanDecay
override bool CanDecay()
Definition
edible_base.c:730
eAgents
eAgents
Definition
eagents.c:3
CanBeCooked
bool CanBeCooked()
Definition
itembase.c:7556
CanBeCookedOnStick
bool CanBeCookedOnStick()
Definition
itembase.c:7561
Daten
4_world
entities
itembase
edible_base
rabbit.c
Generated by
1.16.1