Float

From Game Editor

Revision as of 21:18, 3 September 2008 by Diormeh (Talk | contribs)
(diff) ← Older revision | Current revision (diff) | Newer revision → (diff)
Jump to: navigation, search

A float is like an int. except for one difference, floats handle decimals. Example:

float A;
A = 1.7;

the variable A has been made into 1.7