Difference between revisions of "Auto Assembler:include"

From Cheat Engine
Jump to navigation Jump to search
(See also)
Line 26: Line 26:
 
== See also ==
 
== See also ==
 
* [[Cheat_Engine:Auto Assembler|Auto Assembler]]
 
* [[Cheat_Engine:Auto Assembler|Auto Assembler]]
 +
* [[Auto_Assembler:Commands|Auto Assembler Commands]]
  
 
=== Related Commands ===
 
=== Related Commands ===

Revision as of 00:30, 13 January 2018

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.

Command 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 Commands