Lua:Class:Addresslist
Work in progress The Addresslist class can be used to access information regarding the Cheat Engine table.
addresslist_getCount(addresslist)
Returns the ammount of entires in the addresslist.
addresslist_getMemoryRecord(addresslist, index)
Returns the MemoryRecord entry. The first object is indexed by 0.
addresslist_getMemoryRecordByDescription(addresslist, string)
Returns the MemoryRecord entry matched by the string. The description has to be an exact match, but is case-insensitive
addresslist_getMemoryRecordByID(addresslist_getMemoryRecordByID)
addresslist_createMemoryRecord(addresslist_createMemoryRecord)
addresslist_getSelectedRecords(addresslist_getSelectedRecords)
addresslist_doDescriptionChange(addresslist_doDescriptionChange)
addresslist_doAddressChange(addresslist_doAddressChange)
addresslist_doTypeChange(addresslist_doTypeChange)
addresslist_doValueChange(addresslist_doValueChange)
addresslist_getSelectedRecord(addresslist_getSelectedRecord)
addresslist_setSelectedRecord(addresslist_setSelectedRecord)