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

◆ ReadFromContext()

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

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

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)

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