Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jujuadams/dolater
Deferred code execution for GameMaker Studio 2022.9
https://github.com/jujuadams/dolater
alarm async function gamemaker gamemaker-studio-2 gms2 timer
Last synced: about 1 month ago
JSON representation
Deferred code execution for GameMaker Studio 2022.9
- Host: GitHub
- URL: https://github.com/jujuadams/dolater
- Owner: JujuAdams
- License: mit
- Created: 2020-04-25T13:18:06.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-09-19T09:21:54.000Z (4 months ago)
- Last Synced: 2024-09-19T13:27:54.297Z (4 months ago)
- Topics: alarm, async, function, gamemaker, gamemaker-studio-2, gms2, timer
- Language: Game Maker Language
- Homepage:
- Size: 490 KB
- Stars: 36
- Watchers: 5
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
DoLater 4.1.0
Better
call_later()
code execution for GameMaker 2022 LTS
- ### Got questions? [Make a new issue!](https://github.com/JujuAdams/DoLater/issues/new)
- ### There is also a [Discord server](https://discord.gg/hwgWpnsNw2) (but GitHub issues are preferred)
- ### [Download the .yymps](https://github.com/JujuAdams/DoLater/releases/)
DoLater is a small library that improves upon GameMaker's native [`call_later()`](https://manual.yoyogames.com/GameMaker_Language/GML_Reference/Time_Sources/call_later.htm) function allowing you to specify arguments for the callback. Additionally, the returned handle from `DoLater` calls is a proper time source. Time sources generated by DoLater are automatically cleaned up when they are stopped.