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

◆ GetEnergyNeededToCharge()

float ItemBase::GetEnergyNeededToCharge ( )
inlineprivate

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

36 {
37 string cfg_path = "CfgVehicles " + GetType() + " ";
38 return GetGame().ConfigGetFloat (cfg_path + "defibEnergyNeededPerCharge");
39 }
eBleedingSourceType GetType()
Определения BleedingSource.c:63
proto native float ConfigGetFloat(string path)
Get float value from config on path.
proto native CGame GetGame()

Перекрестные ссылки CGame::ConfigGetFloat(), GetGame() и GetType().

Используется в Defibrillator().