WoW:API ToggleRun

From AddOn Studio
Revision as of 05:54, 4 January 2006 by WoWWiki>Muert
Jump to navigation Jump to search
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