Click or drag to resize

ControllerMapReplaceElementMap(ElementAssignment) Method

Replaces an existing ActionElementMap with a new assignment. ElementAssignment.elementMapId must be set to the ActionElementMap.id of the assignment to replace if replacing. If no matching ActionElementMap is found, it will return false.

Namespace: Rewired
Assembly: Rewired_Core (in Rewired_Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public bool ReplaceElementMap(
	ElementAssignment elementAssignment
)

Parameters

elementAssignment  ElementAssignment
ElementAssignment info

Return Value

Boolean
Success/Failure
See Also