diag dynamicSimulationEnd: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\|game([0-9]) ?= (.+) \|version([0-9]) ?= (.+) " to "|game$1= $2 |version$3= $4 ")
(formatting)
Line 1: Line 1:
{{RV|type=command
{{RV|type=command


|game1= arma3
|game1= arma3diag
 
|version1= 1.68
|version1= 1.68


Line 8: Line 9:
|gr2= Dynamic Simulation
|gr2= Dynamic Simulation


|descr= Ends dynamic simulation stats gathering and writes it into given file.
|descr= Ends dynamic simulation data gathering and writes collected data into given file. The file is saved in the Arma 3 installation folder.


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


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


|r1= [[Nothing]]
|r1= [[Nothing]]
   
   
|x1= <code>[[diag_dynamicSimulationEnd]] "someFile.txt";</code>
|x1= <code>[[diag_dynamicSimulationEnd]] "dynSimDebugData"; {{cc|Creates a file called "dynSimDebugData_runtimelog.txt"}}</code>


|seealso= [[Arma 3: Dynamic Simulation]]
|seealso= [[Arma 3: Dynamic Simulation]] [[diag_dynamicSimulationStart]]
}}
}}

Revision as of 22:53, 10 May 2021

-wrong parameter ("arma3diag") defined!-[[:Category:Introduced with arma3diag version 1.68|1.68]]
Hover & click on the images for description

Description

Description:
Ends dynamic simulation data gathering and writes collected data into given file. The file is saved in the Arma 3 installation folder.
Groups:
DiagnosticDynamic Simulation

Syntax

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

Examples

Example 1:
diag_dynamicSimulationEnd "dynSimDebugData"; // Creates a file called "dynSimDebugData_runtimelog.txt"

Additional Information

See also:
Arma 3: Dynamic Simulation diag_dynamicSimulationStart

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

[[Category:Introduced with arma3diag version 1.68]][[ Category: arma3diag: New Scripting Commands | DIAG DYNAMICSIMULATIONEND]][[ Category: arma3diag: Scripting Commands | DIAG DYNAMICSIMULATIONEND]]