WoW:API ToggleAutoRun: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
No edit summary
(pathch1.10,it can't work)
Line 24: Line 24:
;''Description''
;''Description''


: Turns auto-run on or off.
: Turns auto-run on or off. but,pathch1.10,it can't work,and it can be used by BLIZZARD only.


----
----
{{WoW API}}
{{WoW API}}

Revision as of 04:17, 7 April 2006

ToggleAutoRun -Documentation by AlexanderYoshi-

Turns auto-run on or off.

ToggleAutoRun();

Arguments
none

Returns
nil

Example
ToggleAutoRun();
Result

Description
Turns auto-run on or off. but,pathch1.10,it can't work,and it can be used by BLIZZARD only.

Template:WoW API