Click or drag to resize

ReInputControllerHelperConflictCheckingHelper Class

Inheritance Hierarchy
SystemObject
  CodeHelper
    RewiredReInputControllerHelperConflictCheckingHelper

Namespace: Rewired
Assembly: Rewired_Core (in Rewired_Core.dll) Version: 1.0.0+e8257758c3446d922301bab0e4637a0e5ec1862f
Syntax
C#
public sealed class ConflictCheckingHelper : CodeHelper

The ReInputControllerHelperConflictCheckingHelper type exposes the following members.

Methods
 NameDescription
Public methodDisableElementAssignmentConflicts(ElementAssignmentConflictCheck) 
Public methodDisableElementAssignmentConflicts(ElementAssignmentConflictCheck, Boolean) 
Public methodDisableElementAssignmentConflicts(ElementAssignmentConflictCheck, Boolean, Boolean) 
Public methodDisableElementAssignmentConflicts(ElementAssignmentConflictCheck, Boolean, Boolean, Boolean) 
Public methodDisableElementAssignmentConflicts(Int32, ControllerType, Int32, ControllerMap, ActionElementMap) 
Public methodDisableElementAssignmentConflicts(Int32, ControllerType, Int32, ControllerMap, ActionElementMap, Boolean) 
Public methodDisableElementAssignmentConflicts(Int32, ControllerType, Int32, ControllerMap, ActionElementMap, Boolean, Boolean) 
Public methodDisableElementAssignmentConflicts(Int32, ControllerType, Int32, ControllerMap, ActionElementMap, Boolean, Boolean, Boolean) 
Public methodDoesAnyElementAssignmentConflict 
Public methodDoesAnyElementAssignmentConflict(Boolean) 
Public methodDoesAnyElementAssignmentConflict(Boolean, Boolean) 
Public methodDoesAnyElementAssignmentConflict(Boolean, Boolean, Boolean) 
Public methodDoesElementAssignmentConflict(ElementAssignmentConflictCheck) 
Public methodDoesElementAssignmentConflict(ElementAssignmentConflictCheck, Boolean) 
Public methodDoesElementAssignmentConflict(ElementAssignmentConflictCheck, Boolean, Boolean) 
Public methodDoesElementAssignmentConflict(ElementAssignmentConflictCheck, Boolean, Boolean, Boolean) 
Public methodDoesElementAssignmentConflict(Int32, ControllerType, Int32, ControllerMap, ActionElementMap) 
Public methodDoesElementAssignmentConflict(Int32, ControllerType, Int32, ControllerMap, ActionElementMap, Boolean) 
Public methodDoesElementAssignmentConflict(Int32, ControllerType, Int32, ControllerMap, ActionElementMap, Boolean, Boolean) 
Public methodDoesElementAssignmentConflict(Int32, ControllerType, Int32, ControllerMap, ActionElementMap, Boolean, Boolean, Boolean) 
Public methodElementAssignmentConflicts(ElementAssignmentConflictCheck) 
Public methodElementAssignmentConflicts(ElementAssignmentConflictCheck, Boolean) 
Public methodElementAssignmentConflicts(ElementAssignmentConflictCheck, Boolean, Boolean) 
Public methodElementAssignmentConflicts(ElementAssignmentConflictCheck, Boolean, Boolean, Boolean) 
Public methodElementAssignmentConflicts(Int32, ControllerType, Int32, ControllerMap, ActionElementMap) 
Public methodElementAssignmentConflicts(Int32, ControllerType, Int32, ControllerMap, ActionElementMap, Boolean) 
Public methodElementAssignmentConflicts(Int32, ControllerType, Int32, ControllerMap, ActionElementMap, Boolean, Boolean) 
Public methodElementAssignmentConflicts(Int32, ControllerType, Int32, ControllerMap, ActionElementMap, Boolean, Boolean, Boolean) 
Public methodRemoveElementAssignmentConflicts(ElementAssignmentConflictCheck) 
Public methodRemoveElementAssignmentConflicts(ElementAssignmentConflictCheck, Boolean) 
Public methodRemoveElementAssignmentConflicts(ElementAssignmentConflictCheck, Boolean, Boolean) 
Public methodRemoveElementAssignmentConflicts(ElementAssignmentConflictCheck, Boolean, Boolean, Boolean) 
Public methodRemoveElementAssignmentConflicts(Int32, ControllerType, Int32, ControllerMap, ActionElementMap) 
Public methodRemoveElementAssignmentConflicts(Int32, ControllerType, Int32, ControllerMap, ActionElementMap, Boolean) 
Public methodRemoveElementAssignmentConflicts(Int32, ControllerType, Int32, ControllerMap, ActionElementMap, Boolean, Boolean) 
Public methodRemoveElementAssignmentConflicts(Int32, ControllerType, Int32, ControllerMap, ActionElementMap, Boolean, Boolean, Boolean) 
Top
See Also