Active Member [GF]Froslass 200 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 35 2 1 10 Link to comment https://metin2.dev/topic/33361-timer-manager-for-delayed-functions-in-source-code/ Share on other sites More sharing options...
Forum Moderator Gurgarath 3261 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 https://metin2.dev/topic/33361-timer-manager-for-delayed-functions-in-source-code/#findComment-168894 Share on other sites More sharing options...
Recommended Posts
Don't use any images from : imgur, turkmmop, freakgamers, inforge, hizliresim... Or your content will be deleted without notice...
Use : https://metin2.download/media/add/
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now