end_scenario_timing - ryzom/ryzomcore GitHub Wiki


title: End Scenario Timing description: published: true date: 2023-03-13T00:28:05.382Z tags: editor: markdown dateCreated: 2023-03-13T00:27:20.581Z

endScenarioTiming

The endScenarioTiming native AI script function calls the DSS function CAnimationModule::endScenarioTiming.

Syntax

()endScenarioTiming(scenarioInstance: f) // endScenarioTiming_f_

Arguments

  • scenarioInstance (float): The scenario instance.

Return value

This function does not return a value.

Example

()endScenarioTiming(114);

This example code ends the scenario timing for the scenario instance 114.

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