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

◆ WriteToContext()

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

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

116 {
117 super.WriteToContext(ctx, action_data);
118
119 ctx.Write(action_data.m_Player.GetLiquidTendencyDrain());
120 }
proto bool Write(void value_out)

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