Click or drag to resize

PlayerControllerHelperMapHelperGetFirstButtonMapWithAction(String, Boolean) Method

Get the first button ActionElementMap for any controller type that contains a specific Action.

Namespace: Rewired
Assembly: Rewired_Core (in Rewired_Core.dll) Version: 1.0.0+fd80194fe28f6b408ce098e98c53850d307c3a32
Syntax
C#
public ActionElementMap GetFirstButtonMapWithAction(
	string actionName,
	bool skipDisabledMaps
)

Parameters

actionName  String
 
skipDisabledMaps  Boolean
 

Return Value

ActionElementMap
See Also