preprocessFile

From Bohemia Interactive Community
Revision as of 21:57, 1 June 2006 by Planck (talk | contribs)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.


preprocessFile filename


Operand types:

filename: String

Type of returned value:

String

Compatibility:

Added in version 1.82

Description:

Return preprocessed content of given file.

Preprocessor is C-like, supports comments using // or /* and */ and macros defined with #define.


Example:

preprocessFile "myFunction.sqf"