I2R

Parameters
i integer
comment

Returns a real representation for integer i.

Lua: If i is not an integer or i is null, raises an error.

pure
This function is pure. For the same values passed to it, it will always return the same value.
return type
real
Source code
native I2R  takes integer i returns real
Source
common.j
wc3modding.com
I2R