logNetwork: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(Created page with "{{Command|= Comments |arma3|= Game name |1.56|= Game version | Registers new log file recording a network traffic and returns handle of the log. |= Description | handler = ''...")
 
No edit summary
Line 8: Line 8:
| [[Number]] - The handler |= RETURNVALUE  
| [[Number]] - The handler |= RETURNVALUE  
|x1= <code>_handle = '''logNetwork''' "myLog.txt";</code>|= EXAMPLE1  
|x1= <code>_handle = '''logNetwork''' "myLog.txt";</code>|= EXAMPLE1  
| |= SEEALSO  
| [[logNetworkTerminate]] |= SEEALSO  
|  |= MPBEHAVIOUR  
|  |= MPBEHAVIOUR  
}}
}}

Revision as of 19:05, 17 February 2016

Hover & click on the images for description

Description

Description:
Registers new log file recording a network traffic and returns handle of the log.
Groups:
Uncategorised

Syntax

Syntax:
Number - The handler
Parameters:
logFile: String - Where to store the log
Return Value:
logNetworkTerminate

Examples

Example 1:
_handle = logNetwork "myLog.txt";

Additional Information

See also:
See also needed

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

Bottom Section

Notes

Bottom Section