DayZ 1.28
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/constants.c:485
const int UA_CANCEL
Определения 3_Game/constants.c:467

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