PercentTo255
- Parameters
-
percentage real
- return type
integer
- Source code
function PercentTo255 takes real percentage returns integer return PercentToInt(percentage, 255) endfunction
- Source
- Blizzard.j
- wc3modding.com
- PercentTo255
percentage | real |
integer
function PercentTo255 takes real percentage returns integer
return PercentToInt(percentage, 255)
endfunction