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