Dayz Explorer 1.28.160049
Loading...
Searching...
No Matches
carchingresultfishingaction.c
Go to the documentation of this file.
2{
3 override EntityAI SpawnAndSetup(out int yItemIdx, vector v = vector.Zero)
4 {
5 ItemBase catch = null;
6 if (Class.CastTo(catch,super.SpawnAndSetup(yItemIdx,v)))
7 {
8 catch.SetQuantityNormalized(m_Quality); //just go with it
9 catch.SetWet(0.3);
10 }
11 return catch;
12 }
13
14 float GetCurrentCycleTime(CatchingContextFishingRodAction ctx)
15 {
17 }
18}
Super root of all classes in Enforce script.
Definition enscript.c:11
float GetCycleTimeForYieldItem(CatchingContextFishingRodAction ctx)
Definition yieldsfish.c:14