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

◆ WriteToContext()

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

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

306 {
307 super.WriteToContext(ctx, action_data);
308
309 CarHornActionData carHornData = CarHornActionData.Cast(action_data);
310
311 ctx.Write(carHornData.m_ActionNeedEnd);
312 ctx.Write(carHornData.m_Car);
313 }
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().