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

◆ ClearJunctureToAttachedMagazine()

void Weapon::ClearJunctureToAttachedMagazine ( PlayerBase player)
inlineprotected

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

1943 {
1944 Magazine mag = GetMagazine(GetCurrentMuzzle());
1945 if (mag)
1946 {
1947 GetGame().ClearJuncture(player, mag);
1948 }
1949 }
proto native bool ClearJuncture(Man player, notnull EntityAI item)
proto native CGame GetGame()

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