Can You Use C++ in GameMaker? Understanding GameMaker Language and Extensions

Discover if C++ can be used in GameMaker and learn about GML scripting and extending functionality with C++ DLLs.

Published

Video transcript

No, GameMaker uses its own scripting language called GML (GameMaker Language). However, you can extend functionality using DLLs written in C++, but direct integration is not supported.

Questions and answers

  1. Can I directly write C++ code inside GameMaker?

    No, GameMaker uses its own scripting language called GML, which does not support direct C++ code integration.

  2. How can I use C++ to extend GameMaker's functionality?

    You can extend GameMaker by creating DLLs in C++ and then calling those DLLs within your GML scripts.

  3. What is GML in GameMaker?

    GML (GameMaker Language) is the proprietary scripting language used in GameMaker for game development.