loadFile – Talk

From Bohemia Interactive Community
Jump to navigation Jump to search

what is the difference beetween this and preprocessfile?--Giova 22:23, 27 February 2007 (CET)

preprocessFile uses a C like preprocessor so your scripts can contain comments like
//comment or
/*
long
comment
*/
Also defines and macros are possible:
#define SomeDefine Value
See PreProcessor Commands for more infos --T_D 15:54, 28 February 2007 (CET)