Skip to content

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

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.

Clone this wiki locally