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

◆ SwapMagazine()

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

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

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

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