Difference between revisions of "Auto Assembler:include"
Jump to navigation
Jump to search
(→Related Commands) |
m (Reverted edits by This content is not available (Talk) to last revision by TheyCallMeTim13) |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
+ | [[Category:Assembler]] | ||
'''Auto Assembler''' include(''FileName'') | '''Auto Assembler''' include(''FileName'') | ||
Line 25: | 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 === |
Latest revision as of 19:08, 18 March 2019
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[edit]
Parameter | Type | Description |
---|---|---|
FileName | string | The file name of the CEA file to include |
Examples[edit]
include(someCeaFile) // Looks for 'someCeaFile.CEA' in the current directory.
include(someCeaFile.CEA) // Looks for 'someCeaFile.CEA' in the current directory.