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

◆ ActionCarDoorsOutside()

void ActionCarDoorsOutside::ActionCarDoorsOutside ( )
inlineprotected

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

7 {
8 m_CommandUID = DayZPlayerConstants.CMD_ACTIONMOD_OPENDOORFW;
9 m_StanceMask = DayZPlayerConstants.STANCEMASK_ALL;
10 m_LockTargetOnUse = false;
11 }
int m_StanceMask
Определения ActionBase.c:62
bool m_LockTargetOnUse
Определения ActionBase.c:60
int m_CommandUID
Определения AnimatedActionBase.c:143
DayZPlayerConstants
defined in C++
Определения dayzplayer.c:602

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