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

◆ ActionTakeHybridAttachmentToHands()

void ActionTakeHybridAttachmentToHands::ActionTakeHybridAttachmentToHands ( )
inlineprivate

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

5 {
6 m_CommandUID = DayZPlayerConstants.CMD_ACTIONMOD_PICKUP_HANDS;
7 m_CommandUIDProne = DayZPlayerConstants.CMD_ACTIONFB_PICKUP_HANDS;
8 m_Text = "#take_to_hands";
9 }
string m_Text
Определения ActionBase.c:58
int m_CommandUID
Определения AnimatedActionBase.c:143
int m_CommandUIDProne
Определения AnimatedActionBase.c:144
DayZPlayerConstants
defined in C++
Определения dayzplayer.c:602

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