Difference between revisions of "Lua:getAddressList"

From Cheat Engine
Jump to navigation Jump to search
Line 5: Line 5:
 
Example:
 
Example:
  
addresslist=getAddressList()
+
  addresslist=getAddressList()
  
 
'''Return''' : [[Addresslist]] object
 
'''Return''' : [[Addresslist]] object

Revision as of 22:47, 13 April 2012

getAddressList()

Returns the cheat table addresslist object.

Example:

 addresslist=getAddressList()

Return : Addresslist object