TextTagSpeed2Velocity

Parameters
speed real
return type
real
Source code
function TextTagSpeed2Velocity takes real speed returns real
    return speed * 0.071 / 128
endfunction
Source
Blizzard.j
wc3modding.com
TextTagSpeed2Velocity