Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.