-
Notifications
You must be signed in to change notification settings - Fork 101
end_scenario_timing
Ryzom Core Wiki edited this page Jul 8, 2024
·
4 revisions
title: End Scenario Timing description: published: true date: 2023-03-16T23:06:35.270Z tags: editor: markdown dateCreated: 2023-03-16T22:23:00.031Z
The endScenarioTiming native AI script function calls the DSS function CAnimationModule::endScenarioTiming
.
()endScenarioTiming(scenarioInstance: f) // endScenarioTiming_f_
- scenarioInstance (float): The scenario instance.
This function does not return a value.
()endScenarioTiming(114);
This example code ends the scenario timing for the scenario instance 114.