WoW:API ToggleAutoRun: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
No edit summary
m (Move page script moved page API ToggleAutoRun to API ToggleAutoRun without leaving a redirect)
 
(2 intermediate revisions by 2 users not shown)
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''
----
;''Description''
: Turns auto-run on or off.
: Turns auto-run on or off.
----
{{WoW API}}

Latest revision as of 04:47, 15 August 2023

WoW API < ToggleAutoRun

Turns auto-run on or off.

ToggleAutoRun();

Arguments
none

Returns
nil

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