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

◆ TurnItemIntoItem()

static void TurnItemIntoItem ( notnull ItemBase old_item,
string new_item_type,
notnull PlayerBase player )
staticprotected

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

455 {
456 TurnItemIntoItemEx(player, new TurnItemIntoItemLambda(old_item, new_item_type, player));
457 }
static void TurnItemIntoItemEx(notnull PlayerBase player, ReplaceItemWithNewLambdaBase lambda)
Определения MiscGameplayFunctions.c:459

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