diag dynamicSimulationEnd: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) 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= | |game1= arma3diag | ||
|version1= 1.68 | |version1= 1.68 | ||
Line 8: | Line 9: | ||
|gr2= Dynamic Simulation | |gr2= Dynamic Simulation | ||
|descr= Ends dynamic simulation | |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]] " | |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 21:53, 10 May 2021
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
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]]