timer_suspend - ryzom/ryzomcore GitHub Wiki
title: Timer Suspend description: published: true date: 2023-03-16T23:13:02.197Z tags: editor: markdown dateCreated: 2023-03-16T22:31:16.219Z
The timerSuspend native AI script function is used to suspend a timer.
()timerSuspend(TimerId: f)
- TimerId (float): The ID of the timer to be suspended.
()timerSuspend(0);
This example suspends the timer with ID 0.