diag dynamicSimulationEnd: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(Created page with "{{Command|Comments= ____________________________________________________________________________________________ | arma3 |Game name= |1.68|Game version= |gr1= Diagnosis |GR...")
 
m (Text replacement - "_{10,} " to "")
Line 1: Line 1:
{{Command|Comments=
{{Command|Comments=
____________________________________________________________________________________________


| arma3 |Game name=
| arma3 |Game name=
Line 9: Line 8:


|gr2= Dynamic Simulation |GROUP2=
|gr2= Dynamic Simulation |GROUP2=
____________________________________________________________________________________________


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


| [[diag_dynamicSimulationEnd]] file |SYNTAX=
| [[diag_dynamicSimulationEnd]] file |SYNTAX=
Line 19: Line 16:


| [[Nothing]] |RETURNVALUE=
| [[Nothing]] |RETURNVALUE=
______________________________________________________________________________________
   
   
|x1= <code>[[diag_dynamicSimulationEnd]] "someFile.txt";</code> |EXAMPLE1=
|x1= <code>[[diag_dynamicSimulationEnd]] "someFile.txt";</code> |EXAMPLE1=
____________________________________________________________________________________________


| [[Arma 3 Dynamic Simulation]] |SEEALSO=
| [[Arma 3 Dynamic Simulation]] |SEEALSO=

Revision as of 01:43, 17 January 2021

Hover & click on the images for description

Description

Description:
Ends dynamic simulation stats gathering and writes it into given file.
Groups:
DiagnosisDynamic 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

Notes

Bottom Section