WoW:API StrafeLeftStop

From AddOn Studio
Revision as of 18:12, 20 November 2004 by WoWWiki>WoWWiki-Doble
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
StrafeLeftStop -Documentation by AlexanderYoshi-

The player stops strafing left at the specified time.

StrafeLeftStop(startTime);

Arguments
(Number stopTime)
stopTime
Stop strafing left at this time

Returns
nil

Example
StrafeLeftStop(######);
Result

Description
The player stops strafing left at the specified time.

Template:WoW API