TextTagSpeed2Velocity
- Parameters
speed real
- comment
- patch
1.07
- Source
- Blizzard.j (suggest an edit or discuss on Github)
- return type
real
- Source code
function TextTagSpeed2Velocity takes real speed returns real return speed * 0.071 / 128 endfunction