Difference between revisions of "Category:Variables"
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 | 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]]. |