preprocessFile: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
back to [[Scripting_Reference#P|COMREF]] | |||
<h2 style="color:#000066">'''preprocessFile ''filename'''''</h2> | <h2 style="color:#000066">'''preprocessFile ''filename'''''</h2> | ||
'''Operand types:''' | '''Operand types:''' | ||
filename: [[String]] | '''filename:''' [[String]] | ||
'''Type of returned value:''' | '''Type of returned value:''' | ||
Line 12: | Line 15: | ||
Return preprocessed content of given file. | Return preprocessed content of given file. | ||
Preprocessor is C-like, supports comments using // or /* and */ and macros defined with #define. | |||
Preprocessor is C-like, supports comments using // or /* and */ and macros defined with '''#define'''. | |||
'''Example:''' | '''Example:''' | ||
'''preprocessFile''' "myFunction.sqf" | '''preprocessFile''' "myFunction.sqf" |