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

◆ WriteToContext()

override void ActionCarHornLong::WriteToContext ( ParamsWriteContext ctx,
ActionData action_data )
inlineprivate

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

313 {
314 super.WriteToContext(ctx, action_data);
315
316 CarHornActionData carHornData = CarHornActionData.Cast(action_data);
317
318 ctx.Write(carHornData.m_ActionNeedEnd);
319 ctx.Write(carHornData.m_Car);
320 }
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().