WoW:API ToggleAutoRun: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
(pathch1.10,it can't work)
m ({{wowapi}}, protected note)
Line 1: Line 1:
<center>'''ToggleAutoRun''' ''-Documentation by AlexanderYoshi-''</center>
{{wowapi}}
 
{{protectedapi|1.10|}}
Turns auto-run on or off.
Turns auto-run on or off.


Line 20: Line 20:


;''Result''
;''Result''
 
: Turns auto-run on or off.
----
;''Description''
 
: Turns auto-run on or off. but,pathch1.10,it can't work,and it can be used by BLIZZARD only.
 
----
{{WoW API}}

Revision as of 09:44, 18 June 2006

WoW API < ToggleAutoRun

Turns auto-run on or off.

ToggleAutoRun();

Arguments
none

Returns
nil

Example
ToggleAutoRun();
Result
Turns auto-run on or off.