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

◆ ReplaceItemElsewhereWithNewInHandsImpl()

bool EntityAI::ReplaceItemElsewhereWithNewInHandsImpl ( InventoryMode mode,
ReplaceItemWithNewLambdaBase lambda )
inlineprotected

!hand replace -> hand

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

308 {
309 if (LogManager.IsSyncLogEnable()) syncDebugPrint("[inv] " + GetDebugName(this) + " STS = " + GetSimulationTimeStamp() + " Replace !HND->HND lambda=" + lambda.DumpToString());
310 bool code = GetHumanInventory().ReplaceItemElsewhereWithNewInHands(mode, lambda);
312 return code;
313 }
void syncDebugPrint(string s)
void UpdateInventoryMenu()
proto native HumanInventory GetHumanInventory()
bool ReplaceItemElsewhereWithNewInHands(InventoryMode mode, ReplaceItemWithNewLambdaBase lambda)
Определения HumanInventory.c:470
override string GetDebugName()
Определения dayzplayer.c:1173

Перекрестные ссылки ReplaceItemWithNewLambdaBase::DumpToString(), GetDebugName(), GetHumanInventory(), LogManager::IsSyncLogEnable(), syncDebugPrint() и UpdateInventoryMenu().

Используется в LocalReplaceItemElsewhereWithNewInHands() и ServerReplaceItemElsewhereWithNewInHands().