GameMaker:Command Documentation

From GMG Manual

Jump to: navigation, search

This is the command list for GameMaker's Scripting Language.

Click on a command below to see more information about it. While in the script editor, it is possible to have syntax automatically generated at the cursor by selecting a command from the Language Menu. This allows for quick and easy coding because much of the work is already done for you.

Example output for selecting IF...THEN (long block) from the Language menu:

IF expression = true THEN
'    do this
ELSE
'    do that
END IF

You can also find information about these commands in GameMaker Help under Scripting.

[edit] GameMaker Scripting Command List