https://github.com/Nikko-the-cat/GML-Classes
An extension script for GML providing some OOP features.
https://github.com/Nikko-the-cat/GML-Classes
Last synced: about 1 month ago
JSON representation
An extension script for GML providing some OOP features.
- Host: GitHub
- URL: https://github.com/Nikko-the-cat/GML-Classes
- Owner: Nikko-the-cat
- Created: 2021-07-16T17:41:49.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-05-08T06:58:06.000Z (about 1 year ago)
- Last Synced: 2024-11-02T15:36:13.335Z (6 months ago)
- Language: Yacc
- Size: 26.4 KB
- Stars: 12
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-gamemaker - GML-Classes - Another project that adds OOP functionality to GameMaker. (Utilities / Recommendations)
README
# GML-Classes
GML-Classes is a script that provides some OOP functionality that allows you to define classes, their constructor and destructor, and call parent methods in overridden methods.
To start using it, just add this script to your project.
**Works only in GameMaker Studio 2.3+**
Also available on [GameMaker Marketplace](https://marketplace.yoyogames.com/assets/10050/gml-classes)
Check out the [documentation](https://github.com/Nikko-the-cat/GML-Classes/wiki)