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

◆ TransferItemVariables()

static void TransferItemVariables ( ItemBase source,
ItemBase target,
bool exclude_quantity = false )
staticprotected

DEPRECATED.

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

340 {
341 TransferEntityVariables(source,target,exclude_quantity);
342 }
static void TransferEntityVariables(EntityAI source, EntityAI target, bool exclude_quantity=false)
Определения MiscGameplayFunctions.c:288

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