Wowpedia

We have moved to Warcraft Wiki. Click here for information and the new URL.

READ MORE

Wowpedia
No edit summary
 
No edit summary
Line 19: Line 19:
 
----
 
----
 
;''Example''
 
;''Example''
TurnRightStop(######);
+
TurnRightStop(GetTime()*1000 + 1000);
   
 
;''Result''
 
;''Result''

Revision as of 23:33, 24 April 2005

TurnRightStop -Documentation by AlexanderYoshi-

The player stops turning right at the specified time.

TurnRightStop(startTime);

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

Returns
nil

Example
TurnRightStop(GetTime()*1000 + 1000);
Result

Description
The player stops turning right at the specified time.

Template:WoW API