ControllerMapReplaceElementMap(ElementAssignment, ActionElementMap) 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: RewiredAssembly: Rewired_Core (in Rewired_Core.dll) Version: 1.0.0+fd80194fe28f6b408ce098e98c53850d307c3a32
Syntaxpublic bool ReplaceElementMap(
ElementAssignment elementAssignment,
out ActionElementMap result
)
Parameters
- elementAssignment ElementAssignment
- ElementAssignment info
- result ActionElementMap
- The resulting ActionElementMap.
Return Value
BooleanSuccess/Failure
See Also