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

◆ ReadFromContext()

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

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

121 {
122 super.ReadFromContext(ctx, action_recive_data);
123
124 if (HasTarget())
125 {
126 vector cursorPosition;
127 if (!ctx.Read(cursorPosition))
128 return false;
129
130 action_recive_data.m_Target.SetCursorHitPos(cursorPosition);
131 }
132
133 return true;
134 }
override bool HasTarget()
Определения ActionInput.c:473
proto bool Read(void value_in)
Определения EnConvert.c:106

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