Click or drag to resize

ConflictCheckingHelperRemoveElementAssignmentConflicts Method

Overload List
  NameDescription
Public methodRemoveElementAssignmentConflicts(ElementAssignmentConflictCheck)
Removes any element assignments on a particular Controller assigned to this Player that conflict with the potential assignment in the incoming Element Assignment Conflict Check.
Public methodRemoveElementAssignmentConflicts(ElementAssignmentConflictCheck, Boolean)
Removes any element assignments on a particular Controller assigned to this Player that conflict with the potential assignment in the incoming Element Assignment Conflict Check.
Public methodRemoveElementAssignmentConflicts(ControllerType, Int32, ControllerMap)
Removes all element assignments on a particular Controller assigned to this Player that conflict with any of the assignments on the incoming Controller Map.
Public methodRemoveElementAssignmentConflicts(ElementAssignmentConflictCheck, Boolean, Boolean)
Removes any element assignments on a particular Controller assigned to this Player that conflict with the potential assignment in the incoming Element Assignment Conflict Check.
Public methodRemoveElementAssignmentConflicts(ControllerType, Int32, ControllerMap, ActionElementMap)
Removes all element assignments on a particular Controller assigned to this Player that conflict with the assignment in the incoming Action Element Map.
Public methodRemoveElementAssignmentConflicts(ControllerType, Int32, ControllerMap, Boolean)
Removes all element assignments on a particular Controller assigned to this Player that conflict with any of the assignments on the incoming Controller Map.
Public methodRemoveElementAssignmentConflicts(ControllerType, Int32, ControllerMap, ActionElementMap, Boolean)
Removes all element assignments on a particular Controller assigned to this Player that conflict with the assignment in the incoming Action Element Map.
Public methodRemoveElementAssignmentConflicts(ControllerType, Int32, ControllerMap, Boolean, Boolean)
Removes all element assignments on a particular Controller assigned to this Player that conflict with any of the assignments on the incoming Controller Map.
Public methodRemoveElementAssignmentConflicts(ControllerType, Int32, ControllerMap, ActionElementMap, Boolean, Boolean)
Removes all element assignments on a particular Controller assigned to this Player that conflict with the assignment in the incoming Action Element Map.
Top
See Also