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

◆ CopyScriptPropertiesFrom()

void InventoryItem::CopyScriptPropertiesFrom ( EntityAI oldItem)
inlineprotected

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

4729 {
4730 MiscGameplayFunctions.TransferItemProperties(oldItem, this);
4731 }