-
Notifications
You must be signed in to change notification settings - Fork 94
timer_resume
Ryzom Core Wiki edited this page Mar 13, 2023
·
3 revisions
title: Timer Resume description: published: true date: 2023-03-12T22:45:28.169Z tags: editor: markdown dateCreated: 2023-03-12T22:45:25.306Z
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.