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

◆ DetachMagazine()

bool WeaponManager::DetachMagazine ( InventoryLocation invLoc,
ActionBase control_action = NULL )
inlineprotected

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

403 {
404 return StartAction(AT_WPN_DETACH_MAGAZINE, NULL, invLoc, control_action);
405 }
const int AT_WPN_DETACH_MAGAZINE
Определения _constants.c:12
bool StartAction(int action, Magazine mag, InventoryLocation il, ActionBase control_action=NULL)
Определения WeaponManager.c:770

Перекрестные ссылки AT_WPN_DETACH_MAGAZINE и StartAction().