end_scenario_timing - ryzom/ryzomcore GitHub Wiki
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.