Page MenuHomeFeedback Tracker

[Feature Request] Command to return whether simulation of group/object is disabled by the Dynamic Simulation system
Closed, ResolvedPublic

Description

I would kindly request a command which returns whether the Dynamic Simulation system disabled the simulation of an object/group.

Currently there is no way to detect that. dynamicSimulationEnabled unfortunately only returns if the Dynamic Simulation system was enabled for the unit/group. Maybe an alt. syntax could be added.

Details

Severity
Feature
Resolution
Open
Reproducibility
Always
Operating System
Windows 10 x64
Category
Scripting

Event Timeline

R3vo created this task.May 10 2021, 5:36 PM
R3vo updated the task description. (Show Details)

Did you test SimulationEnabled (_unit) ? Dynamic or not, the result is OK.

Note: I duno why, the act/deact sim distance can be different from set distance(s) (135 m instead of 100 m as parameter...)

dedmen changed the task status from New to Need More Info.May 25 2021, 12:20 PM
dedmen added a subscriber: dedmen.

Is simulationEnabled sufficient then?
can combine it with dynamicSimulationEnabled to check if its most likely dynSim doing it

R3vo closed this task as Resolved.Jun 9 2021, 1:35 PM
R3vo claimed this task.

simulationEnabled _unit;
simulationEnabled (leader _group); does the trick.