Skip to content

Deferred code execution for GameMaker Studio 2022.9

License

Notifications You must be signed in to change notification settings

JujuAdams/DoLater

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DoLater 4.1.0

Better call_later() code execution for GameMaker 2022 LTS

 

 

 

DoLater is a small library that improves upon GameMaker's native call_later() 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.