Include: Difference between revisions

From EDukeWiki
Jump to navigation Jump to search
No edit summary
Fox (talk | contribs)
Undo
 
(4 intermediate revisions by 3 users not shown)
Line 1: Line 1:
include <filename>
'''''include''''' "filename.con"


Tells the game to process the CON file <filename>.
'''''include''''' inserts the contents of the specified file as if it were part of the file currently being compiled.


[[Category:Duke3D 1.3/1.5 commands]]
[[Category:Duke3D 1.3/1.5 commands]]

Latest revision as of 03:31, 21 February 2020

include "filename.con"

include inserts the contents of the specified file as if it were part of the file currently being compiled.