Difference between revisions of "Lua Basics"

From Cheat Engine
Jump to navigation Jump to search
(Created page with 'LUA interaction is done two main ways in Cheat Engine. First you have the Lua Engine window which you access from "Tools->Lua Engine" (or CTRL+L) in the Memory Viewer, second is…')
(No difference)

Revision as of 23:40, 11 December 2011

LUA interaction is done two main ways in Cheat Engine. First you have the Lua Engine window which you access from "Tools->Lua Engine" (or CTRL+L) in the Memory Viewer, second is a LUA script associated with your cheat table that you access by "Table->Show Cheat Table Lua Script" (or CTRL+ALT+L) from the main window.

Lua Engine

The Lua Engine window contains the Output of all of your scripts (from print() calls) as well as an interactive script box to let you execute commands. File:LuaEngine1.png