Difference between revisions of "Global Variables"
Jump to navigation
Jump to search
(Created page with "<syntaxhighlight lang="lua"> TrainerOrigin -- returns the path of the trainer that launched cheat engine (Only set when launched as a trainer) process -- returns the main modu...") |
(No difference)
|
Latest revision as of 14:13, 8 November 2024
TrainerOrigin -- returns the path of the trainer that launched cheat engine (Only set when launched as a trainer)
process -- returns the main modulename of the currently opened process
MainForm -- returns main ce gui
AddressList -- returns the address list of the main ce gui
pathsep -- returns the path separator ("\" if windows, "/" otherwise)