ElementAssignmentConflictInfo Class |
Information about a controller element assignment conflict.
Inheritance Hierarchy Namespace: RewiredAssembly: Rewired_Core (in Rewired_Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic sealed class ElementAssignmentConflictInfo : ValueType
The ElementAssignmentConflictInfo type exposes the following members.
Constructors | Name | Description |
---|
 | ElementAssignmentConflictInfo(ElementAssignmentConflictInfo) |
Creates a clone of an ElementAssignmentConflictInfo.
|
 | ElementAssignmentConflictInfo(Boolean, Boolean, Int32, ControllerType, Int32, Int32, Int32, Int32, ControllerElementType, Int32, KeyCode, ModifierKeyFlags) |
Creates a new ElementAssignmentConflictInfo.
|
Top
Properties | Name | Description |
---|
 | action |
The Action assigned to the ActionElementMap with the conflict.
|
 | actionId |
The Action Id assigned to the ActionElementMap with the conflict.
|
 | controller |
The controller that the conflicting assignment is on.
|
 | controllerId |
The id of the controller that contains the conflict. Use with controllerType to get the Controller.
|
 | controllerMap |
The Controller Map that contains the conflicting assignment.
|
 | controllerMapId |
The unique id of the ControllerMap that contains the conflict.
|
 | controllerType |
The controller type of the controller that contains the conflict.
|
 | elementDisplayName |
The display name of the element with the conflicting assignment.
|
 | elementIdentifier |
The element identifier of the conflicting ActionElementMap.
|
 | elementIdentifierId |
The element identifier id of the conflicting ActionElementMap.
|
 | elementMap |
The ActionElementMap with the assignment conflict.
|
 | elementMapId |
The unique id of the ActionElementMap with the assignment conflict.
|
 | elementType |
The controller element type of the conflicting ActionElementMap.
|
 | isConflict |
Was an assignment conflict found?
|
 | isUserAssignable |
Is the Map Category of this Action user assignable?
|
 | keyCode |
The key code of the keyboard key assignment that is conflicting. (Only applies to keyboard maps.)
|
 | modifierKeyFlags |
The modifier key flags of the keyboard key assignment that is conflicting. (Only applies to keyboard maps.)
|
 | player |
The Player that contains the map that has the conflicting assignment.
|
 | playerId |
The id of the Player that contains the map that has the conflicting assignment.
|
Top
See Also