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

◆ Cancel()

override int CAContinuousQuantityRepeat::Cancel ( ActionData action_data)
inlineprotected

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

74 {
75 if ( !action_data.m_Player )
76 {
77 return UA_ERROR;
78 }
79
80 return UA_CANCEL;
81 }
const int UA_ERROR
Определения 3_Game/DayZ/constants.c:488
const int UA_CANCEL
Определения 3_Game/DayZ/constants.c:470

Перекрестные ссылки ActionData, UA_CANCEL и UA_ERROR.