Api session event editor scenario: Difference between revisions

From Tygron Support wiki
Jump to navigation Jump to search
Created page with "API api session event editor scenario Events. Scenario editing. {|class=wikitable !Name !Description |- |ADD |Add new Scenario. |- |APPEND_ATTRIBUTE |Appended to existing Scenario attribute value |- |DUPLICATE |Duplicate existing Scenario |- |REMOVE |Remove existing Sce..."
 
No edit summary
Line 40: Line 40:
|-
|-
|[[api session event editor scenario add event|ADD_EVENT]]
|[[api session event editor scenario add event|ADD_EVENT]]
|Add empty dummy event that is triggered on [[Scenario]] activation.
|Add empty dummy event that is [[Trigger]]ed on [[Scenario]] activation.
|-
|-
|[[api session event editor scenario add measure|ADD_MEASURE]]
|[[api session event editor scenario add measure|ADD_MEASURE]]
|Add a [[Measure]] that is triggered on [[Scenario]] activation.
|Add a [[Measure]] that is [[Trigger]]ed on [[Scenario]] activation.
|-
|-
|[[api session event editor scenario remove cinematic|REMOVE_CINEMATIC]]
|[[api session event editor scenario remove cinematic|REMOVE_CINEMATIC]]

Revision as of 14:16, 30 March 2026

API api session event editor scenario Events.

Scenario editing.

Name Description
ADD Add new Scenario.
APPEND_ATTRIBUTE Appended to existing Scenario attribute value
DUPLICATE Duplicate existing Scenario
REMOVE Remove existing Scenario
REMOVE_ATTRIBUTE Remove attribute from Scenario
SET_ACTIVE Activate Scenario, when testrun is active the Scenerio can restart it.
SET_ATTRIBUTE Set Scenario attribute value
SET_ATTRIBUTES Set multiple Scenario attribute values
SET_NAME Set new name of existing Scenario

Specific Events:

Name Description
ADD_EVENT Add empty dummy event that is Triggered on Scenario activation.
ADD_MEASURE Add a Measure that is Triggered on Scenario activation.
REMOVE_CINEMATIC Remove Cinematic
REMOVE_EVENT Remove Event
REMOVE_MEASURE Remove Measure
SET_CINEMATIC Set Cinematic
SET_DESCRIPTION Set Description
SET_EVENT Set Event
SET_LIMIT_NEIGHBORHOODS Set Limit Neighborhoods
SET_LIMIT_TYPE Set Limit Type
SET_RESTART_TESTRUN When true test run is restarted on Scenario activation. This option will be deprecated in the future and replaced by multiple maps.

See also