Lua Timers

If you liked this item, please rate it up on Steam Workshop page.

Author: 𝚅𝚒𝚜𝚑𝚗𝚢𝚊

Last revision: 17 Oct, 2022 at 03:54 UTC

File size: 8.49 KB

On Steam Workshop

Description:

THIS MOD IS API AND LITERALLY DON’T CHANGE ANYTHING

Explanation: https://pastebin.com/z3JmKBtL

Available functions:
timer:Simple(delay, function)
timer:Create(name, delay, repetitions, function)
timer:Remove(name)
timer:Exists(name)
timer:Start(name) – fully restarts (recreates) the timer
timer:Pause(name)
timer:UnPause(name)/timer:Resume(name)
timer:Toggle(name)
timer:TimeLeft(name)
timer:NextTimeLeft(name)
timer:RepsLeft(name)

Free to use by anyone. Mention of the author is welcome but not required!

Workshop ID: 2875394066
Mod ID: LuaTimers