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

◆ GetPlantType()

string PluginBase::GetPlantType ( Object obj)
inlineprivate

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

75 {
76 string seed_type = obj.GetType();
77
78 string plant_type = "";
79 GetGame().ConfigGetText( "cfgVehicles " + seed_type + " Horticulture PlantType", plant_type );
80
81 return plant_type;
82 }
proto bool ConfigGetText(string path, out string value)
Get string value from config on path.
proto native CGame GetGame()

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