From Bohemia Interactive Community
Hover & click on the images for description
Description
- Description:
- Returns the preprocessed content of the given file. The preprocessor is C-like, it supports comments using // or /* and */ and macros defined with #define.
- Groups:
- Uncategorised
Syntax
- Syntax:
- preprocessFileLineNumbers filename
- Parameters:
- filename: String
- Return Value:
- String
Examples
- Example 1:
preprocessFileLineNumbers "myFunction.sqf" .... result is "if a>b then {a} else {b}"
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
Notes
Bottom Section