Click or drag to resize

ControllerMapWithAxesGetAxisMapsWithAction Method (Int32, ListActionElementMap)

Gets all Axis ActionElementMaps in this controller map that contain a specific Action.

Namespace:  Rewired
Assembly:  Rewired_Core (in Rewired_Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public int GetAxisMapsWithAction(
	int actionId,
	List<ActionElementMap> results
)

Parameters

actionId
Type: SystemInt32
The id of the Action
results
Type: System.Collections.GenericListActionElementMap
List which will be populated with matching results.

Return Value

Type: Int32
Number of maps found.
Exceptions
ExceptionCondition
ArgumentNullExceptionresults is null
See Also