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

◆ AddJunctureToAttachedMagazine()

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

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

1931 {
1932 Magazine mag = GetMagazine(GetCurrentMuzzle());
1933 InventoryLocation il = new InventoryLocation();
1934 if (mag)
1935 {
1936 return GetGame().AddInventoryJunctureEx(player, mag, il, false, timeoutMS);
1937 }
1938
1939 return true;
1940 }
bool AddInventoryJunctureEx(Man player, notnull EntityAI item, InventoryLocation dst, bool test_dst_occupancy, int timeout_ms)
Определения Game.c:741
proto native CGame GetGame()

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