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

◆ EjectBullet()

bool WeaponManager::EjectBullet ( ActionBase control_action = NULL)
inlineprotected

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

444 {
445 return StartAction(AT_WPN_EJECT_BULLET, NULL, NULL, control_action);
446 }
const int AT_WPN_EJECT_BULLET
bool StartAction(int action, Magazine mag, InventoryLocation il, ActionBase control_action=NULL)
Определения WeaponManager.c:772

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