-
Notifications
You must be signed in to change notification settings - Fork 94
timer_resume
Ryzom Core Wiki edited this page Jul 8, 2024
·
3 revisions
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.