Click or drag to resize

ConflictCheckingHelperDoesElementAssignmentConflict Method

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