C_GamePad.ButtonIndexToBinding

From Warcraft Wiki
Jump to navigation Jump to search
Flavors
Links
Info
Added in 9.0.1

Returns the name of the keybinding assigned to a specified gamepad button index. Returns nil if no keybinding is assigned to the requested button.

bindingName = C_GamePad.ButtonIndexToBinding(buttonIndex)

Arguments

buttonIndex
number

Returns

bindingName
string?

Patch changes