Click or drag to resize

PlayerControllerHelperConflictCheckingHelperDisableElementAssignmentConflicts Method

Overload List
 NameDescription
Public methodDisableElementAssignmentConflicts(ElementAssignmentConflictCheck) Disables 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 methodDisableElementAssignmentConflicts(ElementAssignmentConflictCheck, Boolean) Disables 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 methodDisableElementAssignmentConflicts(ControllerType, Int32, ControllerMap) Disables all element assignments on a particular Controller assigned to this Player that conflict with any of the assignments on the incoming Controller Map.
Public methodDisableElementAssignmentConflicts(ElementAssignmentConflictCheck, Boolean, Boolean) Disables 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 methodDisableElementAssignmentConflicts(ControllerType, Int32, ControllerMap, ActionElementMap) Disables all element assignments on a particular Controller assigned to this Player that conflict with the assignment in the incoming Action Element Map.
Public methodDisableElementAssignmentConflicts(ControllerType, Int32, ControllerMap, Boolean) Disables all element assignments on a particular Controller assigned to this Player that conflict with any of the assignments on the incoming Controller Map.
Public methodDisableElementAssignmentConflicts(ControllerType, Int32, ControllerMap, ActionElementMap, Boolean) Disables all element assignments on a particular Controller assigned to this Player that conflict with the assignment in the incoming Action Element Map.
Public methodDisableElementAssignmentConflicts(ControllerType, Int32, ControllerMap, Boolean, Boolean) Disables all element assignments on a particular Controller assigned to this Player that conflict with any of the assignments on the incoming Controller Map.
Public methodDisableElementAssignmentConflicts(ControllerType, Int32, ControllerMap, ActionElementMap, Boolean, Boolean) Disables 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