WoW:API ToggleRun: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
No edit summary
 
mNo edit summary
Line 30: Line 30:
----
----
{{Template:WoW API}}
{{Template:WoW API}}
[[Category:API Functions|ToggleRun]]
[[Category:API Movement Functions|ToggleRun]]
[[Category:API Toggle Functions|ToggleRun]]

Revision as of 12:19, 30 August 2005

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