Jump to content
Sign in to follow this  
aryx

preprocessFileLineNumbers question

Recommended Posts

I have a question towards the "preprocessFileLineNumbers" parameter.

In the Tutorial at http://community.bistudio.com/wiki/preprocessFileLineNumbers

it says that ' _string = preprocessFileLineNumbers "/loadme/myFunction.sqf" '

is there also a parameter or a way to make preprocessfilelinenumber to function as ' _string = preprocessFileLineNumbers "myFunction" ' or ' _string = preprocessFileLineNumbers "loadme/" ' ?

thanks in regards.

Share this post


Link to post
Share on other sites

o_O What do you want to achieve with that? You can just preprocess single files with this command, what you need is something like "preprocessFilesLineNumbers" and that doesn't exist.

There is no command which automatically fetches all files from a folder, you must specify a single file to preprocess or load/include.

You could, however, write a DLL which scans the specified folder for sqf-files and returns them to you (it is possible, I made something like this some months ago).

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×