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

◆ ActionRepairCarChassisWithBlowtorch()

ActionRepairCarChassisWithBlowtorchCB ActionRepairCarChassisCB ActionRepairCarChassisWithBlowtorch ( )

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

12 {
14 m_CommandUID = DayZPlayerConstants.CMD_ACTIONFB_FLAME_REPAIR;
15 m_StanceMask = DayZPlayerConstants.STANCEMASK_ERECT | DayZPlayerConstants.STANCEMASK_CROUCH;
16 }
int m_CommandUID
Определения ActionBase.c:31
int m_StanceMask
Определения ActionBase.c:33
DayZPlayerConstants
defined in C++
Определения dayzplayer.c:602

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