8 override void CreateConditionComponents()
18 Object targetObject = target.GetObject();
19 Object targetParent = target.GetParent();
25 if ( target_entity && item_entity )
27 if ( target_entity.GetInventory() && target_entity.GetInventory().CanAddAttachment( item_entity ) )
37 override void OnExecuteClient(
ActionData action_data )
39 super.OnExecuteClient( action_data );
41 if ( action_data.m_Player.IsPlacingLocal() )
43 action_data.m_Player.TogglePlacingLocal();