335 {
338
339 for ( int i = 0; i < construction_parts.Count(); ++i )
340 {
341 string key = construction_parts.GetKey( i );
342 ConstructionPart value = construction_parts.Get( key );
343
344 if ( value.
GetId() ==
id )
345 {
346 return value;
347 }
348 }
349
350 return NULL;
351 }
void Construction(BaseBuildingBase parent)
Construction GetConstruction()