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

◆ GetTimeNeededToCharge()

float ItemBase::GetTimeNeededToCharge ( )
inlineprivate

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

30 {
31 string cfg_path = "CfgVehicles " + GetType() + " ";
32 return GetGame().ConfigGetFloat (cfg_path + "defibChargeTime");
33 }
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().