mirror of
https://github.com/cheat-engine/cheat-engine
synced 2026-08-15 02:26:08 -04:00
6 lines
No EOL
201 B
Lua
Executable file
6 lines
No EOL
201 B
Lua
Executable file
--This lua script gets loaded when Cheat Engine loads
|
|
--You can use this to define some often used functions and libraries you'd like to use
|
|
|
|
require("defines")
|
|
|
|
--for documentation read celua.txt |