Dayz Explorer 1.28.160049
Loading...
Searching...
No Matches
catchingcontextfishingbase.c
Go to the documentation of this file.
1class CatchingContextFishingBase : CatchingContextBase
2{
3 bool m_IsSea;
4
5 override protected void DeserializeData(Param par)
6 {
8 if (Class.CastTo(p,par))
9 {
10 m_MainItem = p.param1;
11 m_IsSea = p.param2;
12 //m_Target = p.param2;
13 }
14 }
15}
class BaitData m_MainItem
Definition actionbase.c:36
Super root of all classes in Enforce script.
Definition enscript.c:11
Base Param Class with no parameters. Used as general purpose parameter overloaded with Param1 to Para...
Definition param.c:12