setDynamicSimulationDistance

From Bohemia Interactive Community
Revision as of 12:54, 23 February 2017 by Killzone Kid (talk | contribs) (Created page with "{{Command|= Comments ____________________________________________________________________________________________ | arma3 |= Game name |1.68|= Game version ________________...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Hover & click on the images for description

Description

Description:
Sets activation distance of Arma_3_Dynamic_Simulation for given category
Groups:
Uncategorised

Syntax

Syntax:
category setDynamicSimulationDistance distance
Parameters:
category: String - one of:
  • "Group" - Infantry units. Set to a reasonable distance, player should not see disabled infantry units. Default: 500m
  • "Vehicle" - Vehicles with crew. Set to a reasonable distance, player should not see disabled vehicles. Default: 350m
  • "EmptyVehicle" - All vehicles without crew. Separated from Props as Empty Vehicles have often more complex damage states and selective destruction. Their activation distance should by larger that the one used for Props. Default: 250m
  • "Prop" - Static objects. Anything from a small tin can to a building. Default: 50m
distance: Number
Return Value:
Nothing

Examples

Example 1:
"Group" setDynamicSimulationDistance 1000;

Additional Information

See also:
enableDynamicSimulationSystemdynamicSimulationSystemEnabledenableDynamicSimulationdynamicSimulationEnableddynamicSimulationDistancesetDynamicSimulationDistanceCoefdynamicSimulationDistanceCoeftriggerDynamicSimulationcanTriggerDynamicSimulationenableSimulationsimulationEnabledenableSimulationGlobalArma_3_Dynamic_Simulation

Notes

Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note

Notes

Bottom Section