WoW:API GetActionSelfCastKey: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
(Updated to match the current API boilerplate.)
mNo edit summary
Line 1: Line 1:
{{wowapi}} __NOTOC__
{{wowapi|removed=2.2.0|replace=Replaced by [[API GetModifiedClick]]}}


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


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


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


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


 
== Notes ==
=== Returns ===
* Removed in Patch 2.2.0 (2007-09-25) - Replaced by the more general GetModifiedClick.
:; key : String - The key bound for activating Self cast

Revision as of 18:56, 12 February 2021

WoW API < GetActionSelfCastKey

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

key = GetActionSelfCastKey()

Parameters

Arguments

none

Returns

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

Notes

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