Activating sensor animation
- Last UpdatedDec 04, 2023
- 1 minute read
Sensors are useful in the following ways:
-
As triggers to start/stop malfunctions.
-
To automatically display/hide messages, trends, or object inspections.
-
To stop particles systems when not visible.
Code example
In this example, the positionsensor.inside field is used to trigger a timer when exiting the sensor area with an item not inspected.
<route from="E801_sensor.inside" to="E801_timer.start" condition="!@E801_sensor.inside@^!@E801.inspect@" />