Active Member [GF]Froslass 184 Posted December 31, 2024 Active Member Share Posted December 31, 2024 (edited) I just found this old code in my computer and i decided to share it since i've never used it anyway but it could be useful to someone for new systems. It allows to delay a function call in time instead of calling it instantly. This is how you use it: TimerManager::Instance().Schedule([/* your function's parameters here */]() { /* your function here */ }, /* your delay in milliseconds here */); Since it's old code i won't offer any support on it, also make sure to test it thoroughly if you want to use it in a live server. Here is the download link: This is the hidden content, please Sign In or Sign Up This is the hidden content, please Sign In or Sign Up Edited January 2 by Gurgarath 31 1 1 7 Link to comment Share on other sites More sharing options...
Forum Moderator Gurgarath 3076 Posted January 2 Forum Moderator Share Posted January 2 Hello! Thank you for your release, there is another release that can also achieve the same thing, with differences in architecture and the way it works, but if anyone is not aware of this, I would rather point this out: 1 1 Gurgarath coming soon Link to comment Share on other sites More sharing options...
Recommended Posts