Difference between revisions of "Lua:getAddressList"

From Cheat Engine
Jump to navigation Jump to search
m (Created page with ''''getAddressList()''' Returns the cheat table addresslist object. Example: addresslist=getAddressList() '''Return''' : StringList object. --~~~~')
 
m
Line 1: Line 1:
 
'''getAddressList()'''  
 
'''getAddressList()'''  
 +
 
Returns the cheat table addresslist object.
 
Returns the cheat table addresslist object.
  

Revision as of 21:51, 13 April 2012

getAddressList()

Returns the cheat table addresslist object.

Example:

addresslist=getAddressList()

Return : StringList object.




--Freiza 21:50, 13 April 2012 (UTC)