Difference between revisions of "Lua:speedhack setSpeed"

From Cheat Engine
Jump to navigation Jump to search
(Created page with ''''function''' speedhack_setSpeed(''speed'') Enabled the speedhack if it wasn't active yet and sets the required speed. Example: speedhack_setSpeed(5) --5 times the normal …')
 
Line 1: Line 1:
'''function''' speedhack_setSpeed(''speed'')
+
{{DISPLAYTITLE:speedhack_setSpeed}}
 +
 
 +
[http://www.example.com link title]'''function''' speedhack_setSpeed(''speed'')
  
 
Enabled the speedhack if it wasn't active yet and sets the required speed.
 
Enabled the speedhack if it wasn't active yet and sets the required speed.

Revision as of 12:13, 4 March 2012


link titlefunction speedhack_setSpeed(speed)

Enabled the speedhack if it wasn't active yet and sets the required speed.

Example:

 speedhack_setSpeed(5)   --5 times the normal speed
 speedhack_setSpeed(0.5) --Half the normal speed
 speedhack_setSpeed(1)   --Normal speed


Function Parameters

Parameter Type Description
speed float The speed to set


See also