diag dynamicSimulationEnd: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - " <!-- Note Section [A-Z]+ -->" to "")
m (Some wiki formatting)
Line 1: Line 1:
{{RV|type=command
{{RV|type=command


| arma3
|game1= arma3


|1.68
|version1= 1.68


|gr1= Diagnostic
|gr1= Diagnostic
Line 9: Line 9:
|gr2= Dynamic Simulation
|gr2= Dynamic Simulation


| Ends dynamic simulation stats gathering and writes it into given file.
|descr= Ends dynamic simulation stats gathering and writes it into given file.


| [[diag_dynamicSimulationEnd]] file
|s1= [[diag_dynamicSimulationEnd]] file


|p1 = file: [[String]] - File name
|p1= file: [[String]] - File name


| [[Nothing]]
|r1= [[Nothing]]
   
   
|x1= <code>[[diag_dynamicSimulationEnd]] "someFile.txt";</code>
|x1= <code>[[diag_dynamicSimulationEnd]] "someFile.txt";</code>


|seealso= [[Arma 3 Dynamic Simulation]]
|seealso= [[Arma 3: Dynamic Simulation]]
}}
}}
<dl class="command_description"></dl>

Revision as of 02:03, 6 April 2021

Hover & click on the images for description

Description

Description:
Ends dynamic simulation stats gathering and writes it into given file.
Groups:
DiagnosticDynamic Simulation

Syntax

Syntax:
diag_dynamicSimulationEnd file
Parameters:
file: String - File name
Return Value:
Nothing

Examples

Example 1:
diag_dynamicSimulationEnd "someFile.txt";

Additional Information

See also:
Arma 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