Skip to content

timer_suspend

Ryzom Core Wiki edited this page Jul 8, 2024 · 3 revisions

title: Timer Suspend description: published: true date: 2023-03-16T23:13:02.197Z tags: editor: markdown dateCreated: 2023-03-16T22:31:16.219Z

timerSuspend

The timerSuspend native AI script function is used to suspend a timer.

Syntax

()timerSuspend(TimerId: f)

Arguments

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

Example

()timerSuspend(0);

This example suspends the timer with ID 0.

Clone this wiki locally