TextTagSpeed2Velocity

Parameters
speed real
comment
patch

1.07

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