logNetwork

From Bohemia Interactive Community
Revision as of 19:01, 17 February 2016 by Tom 48 97 (talk | contribs) (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 = ''...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
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:
Return value needed

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