preprocessFile: Difference between revisions
Jump to navigation
Jump to search
m (Corrected spelling mistake) |
No edit summary |
||
Line 1: | Line 1: | ||
{{Command|= Comments | |||
____________________________________________________________________________________________ | |||
| ofpr |= Game name | |||
|1.82|= Game version | |||
____________________________________________________________________________________________ | |||
| Returns preprocessed content of given file. Preprocessor is C-like, supports comments using // or /* and */ and macros defined with #define. |= Description | |||
____________________________________________________________________________________________ | |||
''' | | '''preprocessFile''' filename |= Syntax | ||
|p1= filename: [[String]] |= Parameter 1 | |||
| [[String]] |= Return value | |||
____________________________________________________________________________________________ | |||
|x1= <pre>preprocessFile "myFunction.sqf"</pre> |= Example 1 | |||
____________________________________________________________________________________________ | |||
| |= See also | |||
}} | |||
<h3 style="display:none">Notes</h3> | |||
<dl class="command_description"> | |||
<!-- Note Section BEGIN --> | |||
<!-- Note Section END --> | |||
</dl> | |||
<h3 style="display:none">Bottom Section</h3> | |||
[[Category:Scripting Commands|PREPROCESSFILE]] | |||
[[Category:Scripting Commands OFP 1.96|PREPROCESSFILE]] | |||
[[Category:Scripting Commands ArmA|PREPROCESSFILE]] | |||
Revision as of 00:04, 2 August 2006
Description
- Description:
- Returns preprocessed content of given file. Preprocessor is C-like, supports comments using // or /* and */ and macros defined with #define.
- Groups:
- Uncategorised
Syntax
Examples
- Example 1:
preprocessFile "myFunction.sqf"
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