Lua:getAddressList
Jump to navigation
Jump to search
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))
Cheat Table Related Functions