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

◆ CopyScriptPropertiesFrom()

void InventoryItem::CopyScriptPropertiesFrom ( EntityAI oldItem)
inlineprotected

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

4745 {
4746 MiscGameplayFunctions.TransferItemProperties(oldItem, this);
4747 }