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)