DayZ
1.27
DayZ Explorer by KGB
Загрузка...
Поиск...
Не найдено
ActionForceFeedMeat.c
См. документацию.
1
class
ActionForceFeedMeatCB
:
ActionContinuousBaseCB
2
{
3
override
void
CreateActionComponent
()
4
{
5
m_ActionData
.m_ActionComponent =
new
CAContinuousQuantityEdible
(
UAQuantityConsumed
.
EAT_NORMAL
,
UATimeSpent
.
DEFAULT
);
6
}
7
};
8
10
class
ActionForceFeedMeat
:
ActionForceConsume
11
{
12
void
ActionForceFeedMeat
()
13
{
14
m_CallbackClass =
ActionForceFeedMeatCB
;
15
m_CommandUID
=
DayZPlayerConstants
.CMD_ACTIONFB_FORCEFEED;
16
m_FullBody =
true
;
17
m_StanceMask
=
DayZPlayerConstants
.STANCEMASK_ERECT |
DayZPlayerConstants
.STANCEMASK_CROUCH;
18
m_Text =
"#feed"
;
19
}
20
21
override
void
CreateConditionComponents
()
22
{
23
m_ConditionTarget =
new
CCTMan
(
UAMaxDistances
.
DEFAULT
);
24
m_ConditionItem =
new
CCINonRuined
;
25
}
26
};
m_CommandUID
int m_CommandUID
Определения
ActionBase.c:31
m_StanceMask
int m_StanceMask
Определения
ActionBase.c:33
ActionForceConsume
void ActionForceConsume()
Определения
ActionForceConsume.c:13
ActionBaseCB::m_ActionData
ActionData m_ActionData
Определения
AnimatedActionBase.c:3
ActionContinuousBaseCB
Определения
ActionContinuousBase.c:2
ActionForceFeedMeat::ActionForceFeedMeat
void ActionForceFeedMeat()
Определения
ActionForceFeedMeat.c:12
ActionForceFeedMeat::CreateConditionComponents
override void CreateConditionComponents()
Определения
ActionForceFeedMeat.c:21
ActionForceFeedMeatCB::CreateActionComponent
override void CreateActionComponent()
Определения
ActionForceFeedMeat.c:3
ActionForceFeedMeatCB
Определения
ActionForceFeedMeat.c:2
CAContinuousQuantityEdible
Определения
CAContinuousQuantityEdible.c:2
CCINonRuined
Определения
CCINonRuined.c:2
CCTMan
Определения
CCTMan.c:2
UAMaxDistances::DEFAULT
const float DEFAULT
Определения
ActionConstants.c:112
UAMaxDistances
Определения
ActionConstants.c:110
UAQuantityConsumed::EAT_NORMAL
const float EAT_NORMAL
Определения
ActionConstants.c:8
UAQuantityConsumed
Определения
ActionConstants.c:4
UATimeSpent::DEFAULT
const float DEFAULT
Определения
ActionConstants.c:29
UATimeSpent
Определения
ActionConstants.c:28
DayZPlayerConstants
DayZPlayerConstants
defined in C++
Определения
dayzplayer.c:602
Ishodniki
scripts
4_World
Classes
UserActionsComponent
Actions
Continuous
ActionForceFeedMeat.c
Создано системой
1.13.2