m
Move page script moved page API GetActionSelfCastKey to WoW:API GetActionSelfCastKey without leaving a redirect
mNo edit summary |
m (Move page script moved page API GetActionSelfCastKey to WoW:API GetActionSelfCastKey without leaving a redirect) |
||
| (2 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
{{ | {{wowapi|removed=2.2.0|replace=Replaced by [[API GetModifiedClick]]}} | ||
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 | ||
== Notes == | |||
* Removed in Patch 2.2.0 (2007-09-25) - Replaced by the more general GetModifiedClick. | |||