Skip to content

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

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