108 {
109 super.ReadFromContext(ctx, action_recive_data);
110
112 {
114 if (!ctx.
Read(cursorPosition))
115 return false;
116
117 action_recive_data.m_Target.SetCursorHitPos(cursorPosition);
118 }
119
120 return true;
121 }
proto bool Read(void value_in)