Difference between revisions of "Auto Assembler:include"

From Cheat Engine
Jump to navigation Jump to search
(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…')
 
Line 5: Line 5:
 
Note: The file name doesn't need to include the '.CEA' file extension.
 
Note: The file name doesn't need to include the '.CEA' file extension.
  
=== Function Parameters ===
+
=== Command Parameters ===
 
{|width="85%" cellpadding="10%" cellpadding="5%" cellspacing="0" border="0"
 
{|width="85%" cellpadding="10%" cellpadding="5%" cellspacing="0" border="0"
 
!align="left"|Parameter
 
!align="left"|Parameter
Line 26: Line 26:
 
* [[Cheat_Engine:Auto Assembler|Auto Assembler]]
 
* [[Cheat_Engine:Auto Assembler|Auto Assembler]]
  
=== Related Functions ===
+
=== Related Commands ===
 
* [[Auto Assembler:aobScan|aobScan]]
 
* [[Auto Assembler:aobScan|aobScan]]
 
* [[Auto Assembler:aobScanModule|aobScanModule]]
 
* [[Auto Assembler:aobScanModule|aobScanModule]]

Revision as of 21:42, 11 March 2017

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