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

Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution 2.5 License.