WoW:API StrafeRightStart

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

The player begins strafing right at the specified time.

StrafeRightStart(startTime);

Arguments
(Number startTime)
startTime
Begin strafing right at this time

Returns
nil

Example
StrafeRightStart(######);
Result

Description
The player begins strafing right at the specified time.

Template:WoW API