13 override void Setup(ActionData action_data)
16 if (
Class.CastTo(targetGB, action_data.m_Target.GetObject()))
29 if (action_data.m_MainItem)
35 targetGB.GetActionComponentNameList(action_data.m_Target.GetComponentIndex(), selections);
37 for (
int s = 0; s < selections.Count(); s++)
39 string selection = selections[s];
40 m_Slot = targetGB.GetSlotBySelection(selection);