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

◆ LocalReplaceItemInHandsWithNew()

bool EntityAI::LocalReplaceItemInHandsWithNew ( ReplaceItemWithNewLambdaBase lambda)
inlineprotected

См. определение в файле 3_Game/DayZ/Entities/Man.c строка 335

336 {
337 return ReplaceItemInHandsWithNewImpl(InventoryMode.LOCAL, lambda);
338 }
InventoryMode
NOTE: PREDICTIVE is not to be used at all in multiplayer.
bool ReplaceItemInHandsWithNewImpl(InventoryMode mode, ReplaceItemWithNewLambdaBase lambda)
hand replace
Определения 3_Game/DayZ/Entities/Man.c:327

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