DayZ 1.29
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 g_Game.ConfigGetText( "cfgVehicles " + seed_type + " Horticulture PlantType", plant_type );
80
81 return plant_type;
82 }
DayZGame g_Game
Определения DayZGame.c:3942

Перекрестные ссылки g_Game.