CoSMOS
Documentation
×
Menu

speedhack_getSpeed

Description:

 
Returns if the current speedhack value or nil if not attached or speedhack is not injected
 

Returns:

 
Type
Description
float
Current speed
 

Examples:

 
local speedvalue = speedhack_getSpeed()
if speedvalue == nil then return end
print(speedvalue)