Lua Basics

From Cheat Engine
Revision as of 23:40, 11 December 2011 by Jgoemat (talk | contribs) (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…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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