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

◆ SwapMagazineEx()

bool WeaponManager::SwapMagazineEx ( Magazine mag,
InventoryLocation invLoc,
ActionBase control_action = NULL )
inlineprotected

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

418 {
419 return StartAction(AT_WPN_SWAP_MAGAZINE, mag, invLoc, control_action);
420 }
const int AT_WPN_SWAP_MAGAZINE
Определения _constants.c:11
bool StartAction(int action, Magazine mag, InventoryLocation il, ActionBase control_action=NULL)
Определения WeaponManager.c:770

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