start_scenario_timing - ryzom/ryzomcore GitHub Wiki


title: Start Scenario Timing description: published: true date: 2023-03-13T00:16:51.874Z tags: editor: markdown dateCreated: 2023-03-13T00:16:48.925Z

startScenarioTiming

The startScenarioTiming native AI script function calls the DSS function CAnimationModule::startScenarioTiming to start the scenario timing.

Syntax

()startScenarioTiming(scenarioInstance: f)

Arguments

  • scenarioInstance (float): The scenario instance identifier.

Example

()startScenarioTiming(114);

This example code calls the DSS function CAnimationModule::startScenarioTiming to start the scenario timing with the scenario instance identifier 114.

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