Auto Assembler:luaCall

From Cheat Engine
Revision as of 23:55, 12 January 2018 by TheyCallMeTim13 (talk | contribs) (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…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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

Parameter Type Description
LuaCode LuaCode The Lua code to be executed


Examples

luaCall(print('I have the power!'))
LUACALL(writefloat('00123ABC', 50 + readfloat(0x00123ABC)))

See also

Related Commands