variable (Game Maker)
Variables in Game Maker follow the same rules as variables in most programming languages.
Naming Variables
Variable names can begin with a letter, number, or underscore ( _ ). Variable names cannot contains spaces or other non alphanumeric characters except the underscore. Variable names, at maximum, can be 64 character's long.
Data Types
Variables can hold a small range of data types, which are detailed on the data type page.
Variable scope
Information needed.
Related Pages
page revision: 16, last edited: 05 Jul 2012 18:35