Lua:getAddressList
Revision as of 18:40, 25 June 2026 by Leunsel (talk | contribs) (Simplification of the entry, as most of the information should be within AddressList)
Returns the main Cheat Engine Addresslist object.
This is the same object that is available through the global AddressList variable.
Function Parameters
This function has no parameters.
Returns
Addresslist — The main Cheat Engine address list object.
Examples
1 local addressList = getAddressList()
2
3 print("Record count: " .. tostring(addressList.Count))