WoW:API ToggleRun: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
m ({{wowapi}}, added protection note.) |
||
Line 1: | Line 1: | ||
{{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. | ||
Revision as of 11:55, 18 June 2006
This function is PROTECTED, and can only be called from Blizzard code.
|
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.