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

◆ SwapMagazine()

bool WeaponManager::SwapMagazine ( Magazine mag,
ActionBase control_action = NULL )
inlineprotected

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

409 {
410 InventoryLocation il = new InventoryLocation();
412 {
413 return StartAction(AT_WPN_SWAP_MAGAZINE, mag, il, control_action);
414 }
415 return false;
416 }
const int AT_WPN_SWAP_MAGAZINE
bool PrepareInventoryLocationForMagazineSwap(notnull Weapon_Base wpn, notnull Magazine new_mag, out InventoryLocation new_il)
Определения WeaponManager.c:1345
Weapon_Base m_WeaponInHand
Определения WeaponManager.c:23
bool StartAction(int action, Magazine mag, InventoryLocation il, ActionBase control_action=NULL)
Определения WeaponManager.c:772

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