Skip to content

start_scenario_timing

Ryzom Core Wiki edited this page Jul 8, 2024 · 3 revisions

title: Start Scenario Timing description: published: true date: 2023-03-16T23:12:07.924Z tags: editor: markdown dateCreated: 2023-03-16T22:30:07.497Z

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.

Clone this wiki locally