Lua:speedhack getSpeed
Jump to navigation
Jump to search
<> Lua API Reference
function speedhack_getSpeed() : number
Returns the last set speedhack speed.
This function has no parameters.
number — The last set speedhack speed.
local speed = speedhack_getSpeed()
print("Current speedhack speed: " .. tostring(speed))
Main Pages
Core Lua documentation entry points
◆ Lua
◆ Script Engine