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

◆ ActionDialCombinationLock()

ActionDialCombinationLockCB ActionContinuousBaseCB ActionDialCombinationLock ( )

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

14 {
15 m_CallbackClass = ActionDialCombinationLockCB;
16 m_CommandUID = DayZPlayerConstants.CMD_ACTIONMOD_OPENITEM;
17 m_CommandUIDProne = DayZPlayerConstants.CMD_ACTIONFB_OPENITEM;
18 m_SpecialtyWeight = UASoftSkillsWeight.ROUGH_LOW;
19 m_Text = "#dial_combination_lock";
20 }
int m_CommandUIDProne
Определения ActionBase.c:32
int m_CommandUID
Определения ActionBase.c:31
DayZPlayerConstants
defined in C++
Определения dayzplayer.c:602

Используется в ActionConstructor::RegisterActions() и SetActions().