WoW:API TurnLeftStop

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

The player stops turning left at the specified time.

TurnLeftStop(startTime);

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

Returns
nil

Example
TurnLeftStop(######);
Result

Description
The player stops turning left at the specified time.

Template:WoW API