ControllerMap.GetButtonMapsWithAction Method (String, Boolean) |
Namespace:
Rewired
Assembly:
Rewired_Core (in Rewired_Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic ActionElementMap[] GetButtonMapsWithAction(
string actionName,
bool skipDisabledMaps
)
Parameters
- actionName
- Type: System.String
The name of the Action - skipDisabledMaps
- Type: System.Boolean
Should disabled ActionElementMaps be skipped?
Return Value
Type:
ActionElementMap[]Array of ActionElementMap
See Also