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

◆ ClearJunctureToAttachedMagazine()

void Weapon::ClearJunctureToAttachedMagazine ( PlayerBase player)
inlineprivate

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

2242 {
2243 Magazine mag = GetMagazine(GetCurrentMuzzle());
2244 if (mag)
2245 {
2246 GetGame().ClearJunctureEx(player, mag);
2247 }
2248 }
bool ClearJunctureEx(Man player, notnull EntityAI item)
Определения Global/game.c:762
proto native CGame GetGame()

Перекрестные ссылки CGame::ClearJunctureEx() и GetGame().