Difference between revisions of "Category:Variables"

1 byte added ,  03:29, 17 September 2006
m
typo
imported>DragoonWraith
(all number variables actually floats)
imported>DragoonWraith
m (typo)
Line 1: Line 1:
There are a few types of variables. Most store numbers, but the special [[Reference Variable]] stores something in the game world so you can run functions on it later.
There are a few types of variables. Most store numbers, but the special [[Reference Variables]] stores something in the game world so you can run functions on it later.


Although you can [[Declaring_variables|declare a variable]] to be [[Short Integer|Short]], [[Long Integer|Long]], or [[Floating Point|Float]], all three will act like a [[Floating Point|float]].
Although you can [[Declaring_variables|declare a variable]] to be [[Short Integer|Short]], [[Long Integer|Long]], or [[Floating Point|Float]], all three will act like a [[Floating Point|float]].