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

◆ AddJunctureToAttachedMagazine()

bool Weapon::AddJunctureToAttachedMagazine ( PlayerBase player,
int timeoutMS )
inlineprivate

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

2230 {
2231 Magazine mag = GetMagazine(GetCurrentMuzzle());
2232 InventoryLocation il = new InventoryLocation();
2233 if (mag)
2234 {
2235 return g_Game.AddInventoryJunctureEx(player, mag, il, false, timeoutMS);
2236 }
2237
2238 return true;
2239 }
DayZGame g_Game
Определения DayZGame.c:3942

Перекрестные ссылки g_Game.