武装突袭 Wiki
Advertisement
Introduced with Arma 3 version 1.56
  

点击图片可看到更多讯息

开始使用于

游戏:
Arma 3
版本:
1.56

描述

描述:
Registers new log file recording a network traffic and returns handle of the log.

基本句法

句法:
logNetwork logFile
参数:
logFile: String - Where to store the log
返回值:
Number - handle for the logging

范例

范例1:
_handle = logNetwork "myLog.txt";

额外资讯

多人游戏:
-
也可以看看:
logNetworkTerminate

注意事项

此处撰写句法皆为可行用法. 可到官网[1]专页回报错误. 你可以使用讨论页面或是论坛来进行讨论.
新增注意事项 | 如何新增?

Bottom Section

Notes

Bottom Section

Posted on March 15, 2016 - 04:47 (UTC)
Will
With his syntax i get an error... -> logNetwork "networkLog.txt"; 5:37:06 Error in expression <logNetwork "networkLog.txt";> 5:37:06 Error position: <logNetwork "networkLog.txt";> 5:37:06 Error lognetwork: Typ Zeichenfolge(STRING), erwartet(except) Array
Advertisement