A few months ago I posted a Lua module with a function called 'proprint'. Since then this turned into a package that I just called 'cei' (for Cheat Engine Inspection), and I use it for finding out what I can do with the userdata objects in Cheat Engine and how. I've added a total of 6 functions, and an optional max_depth parameter for proprint (and for some other functions too).
The password for the zip file is: cei
To use this package, you just have to place the 'cei' folder into either your Cheat Engine directory or another directory you can require() from. You have to return the package into a variable like in the picture. You can print info for all the cei functions and their parameters by using:
Code: Select all
cei.help()