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''
StrafeLeftStart(######);
+
StrafeLeftStart(GetTime()*1000 + 1000);
   
 
;''Result''
 
;''Result''

Revision as of 23:28, 24 April 2005

StrafeLeftStart -Documentation by AlexanderYoshi-

The player begins strafing left at the specified time.

StrafeLeftStart(startTime);

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

Returns
nil

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

Description
The player begins strafing left at the specified time.

Template:WoW API