WoW:API ToggleRun: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 27: Line 27:


: Toggle between running and walking.
: Toggle between running and walking.


----
----
{{Template:WoW API}}
{{WoW API}}
[[Category:API Functions|ToggleRun]]
[[Category:API Movement Functions|ToggleRun]]
[[Category:API Toggle Functions|ToggleRun]]

Revision as of 05:54, 4 January 2006

ToggleRun -Documentation by AlexanderYoshi-

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.



Template:WoW API