WoW:API GetActionSelfCastKey: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
No edit summary
 
m (Move page script moved page API GetActionSelfCastKey to API GetActionSelfCastKey without leaving a redirect)
 
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{wowapi}}
{{wowapi|removed=2.2.0|replace=Replaced by [[API GetModifiedClick]]}}
Returns string value on what Key that activates Self cast (default ALT)
 
<pre> key = GetActionSelfCastKey() </pre>
Gets the key that activates Self cast, default key is ALT.
 
key = GetActionSelfCastKey()


== Parameters ==
== Parameters ==
=== Arguments ===
: none


=== Returns ===
=== Returns ===
key
* key (string) - the key bound for activating Self cast


:; key : String - the Keyboard binding used in string form.
== Notes ==
* Removed in Patch 2.2.0 (2007-09-25) - Replaced by the more general GetModifiedClick.

Latest revision as of 04:45, 15 August 2023

WoW API < GetActionSelfCastKey

Gets the key that activates Self cast, default key is ALT.

key = GetActionSelfCastKey()

Parameters[edit]

Arguments[edit]

none

Returns[edit]

  • key (string) - the key bound for activating Self cast

Notes[edit]

  • Removed in Patch 2.2.0 (2007-09-25) - Replaced by the more general GetModifiedClick.