DayZ 1.27
DayZ Explorer by KGB
 
Загрузка...
Поиск...
Не найдено

◆ ReadFromContext()

override bool ActionBuildPart::ReadFromContext ( ParamsReadContext ctx,
out ActionReciveData action_recive_data )
inlineprotected

См. определение в файле ActionBuildPart.c строка 190

191 {
192 action_recive_data = new BuildPartActionReciveData;
193 super.ReadFromContext(ctx, action_recive_data);
194
195 string part_type;
196 if (ctx.Read(part_type))
197 {
198 BuildPartActionReciveData.Cast(action_recive_data).m_PartType = part_type;
199 return true;
200 }
201 else
202 {
203 return false;
204 }
205 }
proto bool Read(void value_in)

Перекрестные ссылки BuildPartActionReciveData::m_PartType и Serializer::Read().