timer_suspend - ryzom/ryzomcore GitHub Wiki


title: Timer Suspend description: published: true date: 2023-03-12T22:01:39.228Z tags: editor: markdown dateCreated: 2023-03-12T22:01:35.970Z

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.

⚠️ **GitHub.com Fallback** ⚠️