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

◆ ActionTurnOnWeaponFlashlight()

void ActionTurnOnWeaponFlashlight::ActionTurnOnWeaponFlashlight ( )
inlineprivate

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

6 {
7 m_CommandUID = DayZPlayerConstants.CMD_ACTIONMOD_ITEM_ON;//CMD_ACTIONMOD_INTERACTONCE
8 m_Text = "#switch_on";
9 }
string m_Text
Определения ActionBase.c:58
int m_CommandUID
Определения AnimatedActionBase.c:143
DayZPlayerConstants
defined in C++
Определения dayzplayer.c:602

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