Dayz Explorer
1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
fishingrod.c
Go to the documentation of this file.
1
class
FishingRod
:
FishingRod_Base_New
2
{
3
void
FishingRod
()
4
{
5
}
6
7
override
float
GetFishingEffectivityBonus()
8
{
9
return
0.1;
10
}
11
12
override
void
AnimateFishingRod(
bool
state)
13
{
14
SetAnimationPhase(
"AnimateRod"
,state);
15
}
16
17
override
void
SetActions()
18
{
19
super.SetActions();
20
}
21
};
FishingRod
Definition:
fishingrod.c:1
FishingRod_Base_New
Definition:
fishingrod_base.c:1
DAYZ
scripts_v1.24.157551
scripts
world
entities
itembase
gear
tools
fishingrod.c
Generated by
1.8.17