proprint: Cheat Engine Object Properties

New and Improved PropertyPrint

Place snippets of code and scripts under here to share with others. Archives and .Lua extensions are allowed


Moderator: Table Moderator

Post Reply
Azaias
Curious
Curious
Posts: 7
Joined: Mon Jan 02, 2023 4:45 am
Answers: 0
x 9

proprint: Cheat Engine Object Properties

Post by Azaias »

I completely remade the PropertyPrint function (and decided to call it proprint instead), which prints the properties and property values for the given object instance.

It's alot faster than propertyprint and I'm much happier with this version. I would like to thank Eric for the idea of looking at the metafields to find unpublished properties that you can still access, this version does a better job at that also.

I also changed what the function uses for indentation from tab('\t') to (' ') which looks like a regular indentation for me in the Lua Engine, and makes it much more readable. If you want to change this, you can do so easily by changing the "indent" value in the table at the very beginning of the module. To use it you can just put it in your autorun folder. Let me know if you have any suggestions!

proprint.png
proprint.png (43.11 KiB) Viewed 1594 times
proprint.lua
(5.28 KiB) Downloaded 125 times

Post Reply