DayZ
1.27
DayZ Explorer by KGB
Загрузка...
Поиск...
Не найдено
CatchingContextFishingBase.c
См. документацию.
1
class
CatchingContextFishingBase
:
CatchingContextBase
2
{
3
bool
m_IsSea
;
4
5
override
protected
void
DeserializeData
(
Param
par)
6
{
7
Param2<EntityAI,bool>
p;
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
}
m_MainItem
class BaitData m_MainItem
Определения
ActionBase.c:36
CatchingContextBase
void CatchingContextBase(Param par)
Определения
CatchingContextBase.c:29
CatchingContextFishingBase::DeserializeData
void DeserializeData(Param par)
Определения
CatchingContextFishingBase.c:5
CatchingContextFishingBase::m_IsSea
bool m_IsSea
Определения
CatchingContextFishingBase.c:3
CatchingContextFishingBase
Определения
CatchingContextFishingBase.c:2
Class
Super root of all classes in Enforce script.
Определения
EnScript.c:11
Param2
Определения
PPEConstants.c:68
Param
Base Param Class with no parameters. Used as general purpose parameter overloaded with Param1 to Para...
Определения
param.c:12
Class::CastTo
static proto bool CastTo(out Class to, Class from)
Try to safely down-cast base class to child class.
Ishodniki
scripts
4_World
Systems
AnimalCatchingSystem
CatchingContexts
CatchingContextFishingBase.c
Создано системой
1.13.2