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

◆ ServerReplaceItemInHandsWithNew()

bool EntityAI::ServerReplaceItemInHandsWithNew ( ReplaceItemWithNewLambdaBase lambda)
inlineprotected

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

341 {
342 return ReplaceItemInHandsWithNewImpl(InventoryMode.SERVER, lambda);
343 }
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().