TextTagSize2Height
- Parameters
-
size real
- return type
real
- Source code
function TextTagSize2Height takes real size returns real return size * 0.023 / 10 endfunction
- Source
- Blizzard.j
- wc3modding.com
- TextTagSize2Height
size | real |
real
function TextTagSize2Height takes real size returns real
return size * 0.023 / 10
endfunction