Difference between revisions of "Auto Assembler:luaCall"
Jump to navigation
Jump to search
(Created page with 'Category:Assembler '''Auto Assembler''' luaCall(''LuaCode'') Executes the given Lua code. This is similar to {$lua} but only for the code in betwe…') |
(→See also) |
||
Line 25: | Line 25: | ||
== 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 00:31, 13 January 2018
Auto Assembler luaCall(LuaCode)
Executes the given Lua code. This is similar to {$lua} but only for the code in between the parentheses.
Command Parameters[edit]
Parameter | Type | Description |
---|---|---|
LuaCode | LuaCode | The Lua code to be executed |
Examples[edit]
luaCall(print('I have the power!'))
LUACALL(writefloat('00123ABC', 50 + readfloat(0x00123ABC)))