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

◆ CreateConditionComponents()

override void ActionInteractLoopBase::CreateConditionComponents ( )
inlineprivate

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

22 {
23 m_ConditionItem = new CCINone;
24 m_ConditionTarget = new CCTWaterSurfaceEx(UAMaxDistances.DEFAULT, LIQUID_GROUP_WATER);
25 }
void CCTWaterSurfaceEx(float maximal_target_distance, int allowedLiquidSource)
Определения CCTWaterSurface.c:62
ref CCIBase m_ConditionItem
Определения ActionBase.c:64
ref CCTBase m_ConditionTarget
Определения ActionBase.c:65
const int LIQUID_GROUP_WATER
Определения constants.c:555

Перекрестные ссылки CCTWaterSurfaceEx(), UAMaxDistances::DEFAULT, LIQUID_GROUP_WATER, ActionBase::m_ConditionItem и ActionBase::m_ConditionTarget.