WoW:API TurnRightStart

Revision as of 18:09, 20 November 2004 by WoWWiki>WoWWiki-Doble
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
TurnRightStart -Documentation by AlexanderYoshi-

The player begins turning right at the specified time.

TurnRightStart(startTime);

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

Returns
nil

Example
TurnRightStart(######);
Result

Description
The player begins turning right at the specified time.

Template:WoW API