convert integer variable to real variable.

Status
Not open for further replies.
native fixed IntToFixed (int x);
native int FixedToInt (fixed x);


Take your pick.

Logically...
native fixed IntToFixed (int x);
is what you want.

I am suprized you need to do this as it is a step backwards from WC3... In WC3 you could pass integers as reals with no need for conversion at all due to integers being a subset of reals. I am pretty sure galexy should support the same and will be very sad if it does not.
 
Status
Not open for further replies.
Back
Top