-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathtimer_templates.xml
1 lines (1 loc) · 1.07 KB
/
timer_templates.xml
1
<?xml version="1.0" encoding="UTF-8" standalone="no"?><templates><template autoinsert="true" context="LuaUniversalTemplateContextType" deleted="false" description="Cancel a timer operation initiated with timer.performWithDelay()" enabled="true" name="timer.cancel">${timeRemaining}, ${iterationsLeft} = timer.cancel( ${timerId} )</template><template autoinsert="true" context="LuaUniversalTemplateContextType" deleted="false" description="Pauses a timer started with timer.performWithDelay." enabled="true" name="timer.pause">${timeRemaining} = timer.pause( ${timerId} )</template><template autoinsert="true" context="LuaUniversalTemplateContextType" deleted="false" description="Call a specified function after a delay." enabled="true" name="timer.performWithDelay">${handle} = timer.performWithDelay( ${delay}, ${listener}, ${iterations} )</template><template autoinsert="true" context="LuaUniversalTemplateContextType" deleted="false" description="Resumes a timer that was paused with timer.pause." enabled="true" name="timer.resume">${result} = timer.resume( ${timerId} )</template></templates>