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

◆ WriteToContext()

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

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

117 {
118 super.WriteToContext(ctx, action_data);
119 RepairTentActionData repair_action_data;
120
121 if( HasTarget() && Class.CastTo(repair_action_data,action_data) )
122 {
123 repair_action_data.m_DamageZone = m_CurrentDamageZone;
124 ctx.Write(repair_action_data.m_DamageZone);
125 }
126 }
string m_CurrentDamageZone
Определения ActionRepairTent.c:22
override bool HasTarget()
Определения ActionRepairTent.c:47
proto bool Write(void value_out)

Перекрестные ссылки ActionData, Class::CastTo(), HasTarget(), m_CurrentDamageZone и Serializer::Write().