WoW:API StrafeRightStop

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
StrafeRightStop -Documentation by AlexanderYoshi-

The player stops strafing right at the specified time.

StrafeRightStop(startTime);

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

Returns
nil

Example
StrafeRightStop(######);
Result

Description
The player stops strafing right at the specified time.

Template:WoW API