timer_resume - ryzom/ryzomcore GitHub Wiki
title: Timer Resume description: published: true date: 2023-03-16T23:12:55.808Z tags: editor: markdown dateCreated: 2023-03-16T22:31:08.403Z
The timerResume native AI script function resumes a timer that has been previously paused.
()timerResume(TimerId: f)
- TimerId (float): The ID of the timer to be resumed.
()timerResume(0); // Resume the timer with ID 0.
This example code resumes a timer with ID 0.