Click or drag to resize

ControllerMap.GetElementMapsWithAction Method (Int32, Boolean)

Namespace:  Rewired
Assembly:  Rewired_Core (in Rewired_Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public ActionElementMap[] GetElementMapsWithAction(
	int actionId,
	bool skipDisabledMaps
)

Parameters

actionId
Type: System.Int32
The id of the Action
skipDisabledMaps
Type: System.Boolean
Should disabled ActionElementMaps be skipped?

Return Value

Type:ActionElementMap[]
Array of ActionElementMap
See Also