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

◆ ActionEatFruit()

void ActionEatFruit::ActionEatFruit ( )
inlineprivate

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

12 {
13 m_CallbackClass = ActionEatFruitCB;
14 m_CommandUID = DayZPlayerConstants.CMD_ACTIONMOD_EAT;
15 m_CommandUIDProne = DayZPlayerConstants.CMD_ACTIONFB_EAT;
16 }
int m_CommandUID
Определения AnimatedActionBase.c:143
int m_CommandUIDProne
Определения AnimatedActionBase.c:144
DayZPlayerConstants
defined in C++
Определения dayzplayer.c:602

Перекрестные ссылки AnimatedActionBase::m_CallbackClass, m_CommandUID и m_CommandUIDProne.