DayZ
1.28
DayZ Explorer by KGB
Загрузка...
Поиск...
Не найдено
◆
Repair()
bool
InventoryItem::Repair
(
PlayerBase
player
,
ItemBase
item_repair_kit
,
float
specialty_weight
)
inline
protected
См. определение в файле
ItemBase.c
строка
2660
2661
{
2662
PluginRepairing module_repairing = PluginRepairing.Cast(
GetPlugin
(PluginRepairing));
2663
return
module_repairing.Repair(player,
this
, item_repair_kit, specialty_weight);
2664
}
GetPlugin
PluginBase GetPlugin(typename plugin_type)
Определения
PluginManager.c:316
Перекрестные ссылки
GetPlugin()
и
ItemBase()
.
InventoryItem
Создано системой
1.13.2