Click or drag to resize

PlayerControllerHelperConflictCheckingHelperElementAssignmentConflicts Method

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