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

◆ ReadFromContext()

override bool ReadFromContext ( ParamsReadContext ctx,
out ActionReciveData action_recive_data )

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

86 {
87 super.ReadFromContext(ctx, action_recive_data);
88
89 if (HasTarget())
90 {
91 vector cursorPosition;
92 if (!ctx.Read(cursorPosition))
93 return false;
94
95 action_recive_data.m_Target.SetCursorHitPos(cursorPosition);
96 }
97
98 return true;
99 }
override bool HasTarget()
Определения ActionInput.c:473
proto bool Read(void value_in)
Определения EnConvert.c:106

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