-
Notifications
You must be signed in to change notification settings - Fork 94
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
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.