Click or drag to resize

ElementAssignmentConflictInfo Structure

Information about a controller element assignment conflict.

Namespace:  Rewired
Assembly:  Rewired_Core (in Rewired_Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public struct ElementAssignmentConflictInfo

The ElementAssignmentConflictInfo type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyaction
The Action assigned to the ActionElementMap with the conflict.
Public propertyactionId
The Action Id assigned to the ActionElementMap with the conflict.
Public propertycontroller
The controller that the conflicting assignment is on.
Public propertycontrollerId
The id of the controller that contains the conflict. Use with controllerType to get the Controller.
Public propertycontrollerMap
The Controller Map that contains the conflicting assignment.
Public propertycontrollerMapId
The unique id of the ControllerMap that contains the conflict.
Public propertycontrollerType
The controller type of the controller that contains the conflict.
Public propertyelementDisplayName
The display name of the element with the conflicting assignment.
Public propertyelementIdentifier
The element identifier of the conflicting ActionElementMap.
Public propertyelementIdentifierId
The element identifier id of the conflicting ActionElementMap.
Public propertyelementMap
The ActionElementMap with the assignment conflict.
Public propertyelementMapId
The unique id of the ActionElementMap with the assignment conflict.
Public propertyelementType
The controller element type of the conflicting ActionElementMap.
Public propertyisConflict
Was an assignment conflict found?
Public propertyisUserAssignable
Is the Map Category of this Action user assignable?
Public propertykeyCode
The key code of the keyboard key assignment that is conflicting. (Only applies to keyboard maps.)
Public propertymodifierKeyFlags
The modifier key flags of the keyboard key assignment that is conflicting. (Only applies to keyboard maps.)
Public propertyplayer
The Player that contains the map that has the conflicting assignment.
Public propertyplayerId
The id of the Player that contains the map that has the conflicting assignment.
Top
See Also