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

◆ ReadFromContext()

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

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

113 {
114 if (!action_recive_data)
115 action_recive_data = new GetOutTransportActionReciveData;
116
117 super.ReadFromContext(ctx, action_recive_data);
118 GetOutTransportActionReciveData action_data_got = GetOutTransportActionReciveData.Cast(action_recive_data);
119
120 if (!ctx.Read(action_data_got.m_WasJumpingOutAnim))
121 return false;
122
123 return true;
124 }
proto bool Read(void value_in)

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