武装突袭 Wiki
Advertisement
  

点击图片可看到更多讯息

开始使用于

游戏:
Operation Flashpoint: Resistance
版本:
1.85

描述

描述:
Define a comment. Mainly used in SQF Syntax, as you're able to introduce comment lines with semicolons in a SQS script.

基本句法

句法:
comment commentMsg
参数:
commentMsg: String - the comment that you'd like to write here
返回值:
Nothing

范例

范例1:
script.sqs comment "This is a commented line"
范例2:
function.sqf comment "This is a commented line";

额外资讯

多人游戏:
-
也可以看看:
Control Structures

注意事项

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

Notes

Posted on September 12, 2009 - 19:50
Tom_48_97
Like ArmA, you can't use brackets to make a multi-lines comment. But, in a sqf file, you can make a comment as follow : comment " first line seconde line";

Bottom Section

Advertisement