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.
14 views
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.
FAQs & Answers
- 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.
- 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.
- What is GML in GameMaker? GML (GameMaker Language) is the proprietary scripting language used in GameMaker for game development.