Keybindings..::..GetKeyByAction Method
Get the key by action.
Namespace:
wManager.Wow.HelpersAssembly: wManager (in wManager.dll)
Syntax
public static string GetKeyByAction( Keybindings action, bool autoAssignKeyIfNull )
Public Shared Function GetKeyByAction ( _ action As Keybindings, _ autoAssignKeyIfNull As Boolean _ ) As String
public: static String^ GetKeyByAction( Keybindings^ action, bool^ autoAssignKeyIfNull )
Parameters
- action
- Type: wManager.Wow.Enums..::..Keybindings
The action.
- autoAssignKeyIfNull
- Type: Boolean
if set to true automatic assign key if not assigned.