WoW:API GetActionSelfCastKey: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
mNo edit summary
(Updated to match the current API boilerplate.)
Line 1: Line 1:
{{Stub/API}}
{{wowapi}} __NOTOC__
{{wowapi}}
 
Returns string value on what Key that activates Self cast (default ALT)
 
<pre> key = GetActionSelfCastKey() </pre>
Gets the key that activates Self cast (default: ALT)
key = GetActionSelfCastKey()
 
 
== Arguments ==
None


== Parameters ==


=== Returns ===
=== Returns ===
key
:; key : String - The key bound for activating Self cast
 
:; key : String - the Keyboard binding used in string form.

Revision as of 19:51, 25 June 2007

WoW API < GetActionSelfCastKey


Gets the key that activates Self cast (default: ALT)

key = GetActionSelfCastKey()


Arguments

None


Returns

key
String - The key bound for activating Self cast