Difference between revisions of "Lua:getNameFromAddress"

From Cheat Engine
Jump to navigation Jump to search
Line 17: Line 17:
 
== See also ==
 
== See also ==
 
* [[Lua]]
 
* [[Lua]]
 +
* [[Help_File:Script engine|Script engine]]
 +
 +
=== Related Functions ===
 +
* [[getAddress]]
 +
* [[getCommonModuleList]]
 +
* [[inModule]]
 +
* [[inSystemModule]]
 +
* [[targetIs64Bit]]
 +
* [[enumModules]]

Revision as of 02:40, 10 March 2017

function getNameFromAddress(address)

Returns the symbolname for the given address. If no symbolname is found, it will return a hexadecimal string

Function Parameters

Parameter Type Description
address CEAddressString The address to convert to a string


See also

Related Functions