Difference between revisions of "comment"
Jump to navigation
Jump to search
m (Text replace - "{{uc:{{PAGENAME}}}}" to "{{uc:{{PAGENAME}}}} {{uc:{{PAGENAME}}}}") |
Fred Gandt (talk | contribs) m (<pre> to <code>) |
||
Line 19: | Line 19: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
− | |x1= script.sqs < | + | |x1= script.sqs <code>[[comment]] "This is a commented line"</code> |= Example 1 |
− | |x2= function.sqf < | + | |x2= function.sqf <code>[[comment]] "This is a commented line";</code> |= Example 2 |
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
Revision as of 23:05, 10 April 2014
Notes
- Posted on December 17, 2006 - 19:13
- Pennywise
- ArmA 1.0-1.2 brackets, {}, can no longer be used with comment. The following examples, which worked in OFP, no long work for ArmA: * comment {string...}; * comment { CoC Network Service 2.0 CoC bn880 28/02/2004; example comment};
- 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";