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

◆ TurnItemInHandsIntoItemEx()

static void TurnItemInHandsIntoItemEx ( notnull PlayerBase player,
ReplaceItemWithNewLambdaBase lambda )
staticprotected

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

470 {
471 player.ServerReplaceItemInHandsWithNew(lambda);
472 }

Используется в TurnItemInHandsIntoItem().