Lua:Class:Addresslist

From Cheat Engine
Revision as of 22:19, 18 May 2012 by SoftICE (talk | contribs) (Still working just saving just incase of crash)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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)