Skip to content

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

timerResume

The timerResume native AI script function resumes a timer that has been previously paused.

Syntax

()timerResume(TimerId: f)

Arguments

  • TimerId (float): The ID of the timer to be resumed.

Example

()timerResume(0); // Resume the timer with ID 0.

This example code resumes a timer with ID 0.

Clone this wiki locally