160 {
161 action_recive_data = new BuildPartActionReciveData;
162 super.ReadFromContext(ctx, action_recive_data);
163
164 string part_type;
165 if ( ctx.
Read(part_type) )
166 {
167 BuildPartActionReciveData.Cast( action_recive_data ).m_PartType = part_type;
168 return true;
169 }
170 else
171 {
172 return false;
173 }
174 }
proto bool Read(void value_in)