WoW:API ToggleRun: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
No edit summary
m ({{wowapi}}, added protection note.)
Line 1: Line 1:
<center>'''ToggleRun''' ''-Documentation by AlexanderYoshi-''</center>
{{wowapi}}
 
{{protectedapi|1.10|}}
Toggle between running and walking.
Toggle between running and walking.


Line 27: Line 27:


: Toggle between running and walking.
: Toggle between running and walking.
----
{{WoW API}}

Revision as of 11:55, 18 June 2006

WoW API < ToggleRun

Toggle between running and walking.

ToggleRun(theTime);

Arguments
(Number theTime)
theTime
Toggle between running and walking at the specified time

Returns
nil

Example
ToggleRun(######);
Result

Description
Toggle between running and walking.