560 {
561 action_data.m_MainItem = action_recive_data.m_MainItem;
562
564 {
565 if (action_recive_data.m_Target)
566 {
567 action_data.m_Target = action_recive_data.m_Target;
568 }
569 else
570 {
571 Error(
"Action target not created.");
572 action_data.m_Target =
new ActionTarget(NULL, NULL, -1, vector.Zero, 0);
573 }
574 }
575 }
class ActionTargets ActionTarget
void Error(string err)
Messagebox with error message.