Auto Assembler:include

From Cheat Engine
Revision as of 20:13, 11 March 2017 by TheyCallMeTim13 (talk | contribs) (Created page with ''''Auto Assembler''' include(''FileName'') Includes another auto assembler file at that spot. Note: The file name doesn't need to include the '.CEA' file extension. === Functi…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Auto Assembler include(FileName)

Includes another auto assembler file at that spot.

Note: The file name doesn't need to include the '.CEA' file extension.

Function Parameters

Parameter Type Description
FileName string The file name of the CEA file to include


Examples

include(someCeaFile) // Looks for 'someCeaFile.CEA' in the current directory.
include(someCeaFile.CEA) // Looks for 'someCeaFile.CEA' in the current directory.


See also

Related Functions