WoW:API IsActionSelfCastKeyDown: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
m (New page: == Removed == This function was removed in 2.2.x. For backward compatibility (maybe you have a private server?) or you'd rather not track down every single call to this function, just add ...)
 
m (Move page script moved page API IsActionSelfCastKeyDown to API IsActionSelfCastKeyDown without leaving a redirect)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
{{wowapi}}
{{wowapi}} {{removedapi|2.2.0|Replaced with {{api|IsModifiedClick}}("SELFCAST")}}
== Removed ==
This function was removed in 2.2.x. For backward compatibility (maybe you have a private server?) or you'd rather not track down every single call to this function, just add this somewhere in the Lua file:
<pre>if not IsActionSelfCastKeyDownthen
    function IsActionSelfCastKeyDown()
        return IsModifiedClick("SELFCAST")
    end
end</pre>

Latest revision as of 04:46, 15 August 2023