Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2 months 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 (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-08T06:58:06.000Z (8 months ago)
- Last Synced: 2024-08-02T07:07:31.757Z (5 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+**![example](https://marketplacecdn.yoyogames.com/images/assets/10050/screenshots/23804_original.png?1693853993)
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)