loadFile – Talk

From Bohemia Interactive Community
Revision as of 16:54, 28 February 2007 by T D (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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)