См. определение в файле 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 }
Перекрестные ссылки g_Game.