311 {
314
315 for ( int i = 0; i < construction_parts.Count(); ++i )
316 {
317 string key = construction_parts.GetKey( i );
318 ConstructionPart value = construction_parts.Get( key );
319
320 if ( value.
GetId() ==
id )
321 {
322 return value;
323 }
324 }
325
326 return NULL;
327 }
void Construction(BaseBuildingBase parent)
Construction GetConstruction()