572 {
573 action_data.m_MainItem = action_recive_data.m_MainItem;
574
576 {
577 if (action_recive_data.m_Target)
578 {
579 action_data.m_Target = action_recive_data.m_Target;
580 }
581 else
582 {
583 Error(
"Action target not created.");
584 action_data.m_Target =
new ActionTarget(NULL, NULL, -1, vector.Zero, 0);
585 }
586 }
587 }
class ActionTargets ActionTarget
void Error(string err)
Messagebox with error message.