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

◆ WriteToContext()

override void WriteToContext ( ParamsWriteContext ctx,
ActionData action_data )

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

164 {
165 super.WriteToContext(ctx, action_data);
166
167 CarHornActionData carHornData = CarHornActionData.Cast(action_data);
168
169 ctx.Write(carHornData.m_ActionNeedEnd);
170 ctx.Write(carHornData.m_Car);
171 }
CarScript m_Car
Определения ActionCarHorn.c:60
bool m_ActionNeedEnd
Определения ActionCarHorn.c:59
proto bool Write(void value_out)

Перекрестные ссылки ActionData, CarHornActionData::m_ActionNeedEnd, CarHornActionData::m_Car и Serializer::Write().