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

◆ ReadFromContext()

override bool ReadFromContext ( ParamsReadContext ctx,
out ActionReciveData action_recive_data )
protected

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

108 {
109 super.ReadFromContext(ctx, action_recive_data);
110
111 if (HasTarget())
112 {
113 vector cursorPosition;
114 if (!ctx.Read(cursorPosition))
115 return false;
116
117 action_recive_data.m_Target.SetCursorHitPos(cursorPosition);
118 }
119
120 return true;
121 }
override bool HasTarget()
Определения ActionInput.c:473
proto bool Read(void value_in)
Определения EnConvert.c:106

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