-
Notifications
You must be signed in to change notification settings - Fork 94
start_scenario_timing
Ryzom Core Wiki edited this page Mar 13, 2023
·
3 revisions
title: Start Scenario Timing description: published: true date: 2023-03-13T00:16:51.874Z tags: editor: markdown dateCreated: 2023-03-13T00:16:48.925Z
The startScenarioTiming native AI script function calls the DSS function CAnimationModule::startScenarioTiming to start the scenario timing.
()startScenarioTiming(scenarioInstance: f)
- scenarioInstance (float): The scenario instance identifier.
()startScenarioTiming(114);
This example code calls the DSS function CAnimationModule::startScenarioTiming to start the scenario timing with the scenario instance identifier 114.