WoW:API ToggleRun: Difference between revisions
Jump to navigation
Jump to search
ToggleRun -Documentation by AlexanderYoshi-
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
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.