preprocessFile

From Bohemia Interactive Community
Revision as of 02:50, 16 April 2006 by Hoz (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

preprocessFile filename

Operand types:

filename: String

Type of returned value:

String

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"