См. определение в файле Construction.c строка 546
547 {
548 string cfg_path =
"cfgVehicles" +
" " +
GetParent().GetType() +
" " +
"Construction" +
" " + main_part_name +
" " + part_name +
" " +
"required_parts";
550 g_Game.ConfigGetTextArray( cfg_path, required_parts );
551
552 return required_parts;
553 }
Result for an object found in CGame.IsBoxCollidingGeometryProxy.
Перекрестные ссылки g_Game и GetParent().
Используется в UpdateConstructionParts().