DayZ 1.27
DayZ Explorer by KGB
 
Загрузка...
Поиск...
Не найдено

◆ EndActionComponent()

override void ActionEmptyBottleBaseCB::EndActionComponent ( )
inlineprivate

См. определение в файле ActionEmptyBottleBase.c строка 13

14 {
15 ActionContinuousBase action = ActionContinuousBase.Cast(m_ActionData.m_Action);
17 SetCommand(DayZPlayerConstants.CMD_ACTIONINT_FINISH);
18 else
19 SetCommand(DayZPlayerConstants.CMD_ACTIONINT_END);
20 }
void SetCommand(int command_uid)
Определения AnimatedActionBase.c:54
ActionData m_ActionData
Определения AnimatedActionBase.c:3
bool UseAlternativeInterrupt(ActionData action_data)
Определения ActionContinuousBase.c:152
DayZPlayerConstants
defined in C++
Определения dayzplayer.c:602

Перекрестные ссылки ActionBaseCB::m_ActionData, ActionBaseCB::SetCommand() и ActionContinuousBase::UseAlternativeInterrupt().