Difference between revisions of "Lua:getNameFromAddress"

From Cheat Engine
Jump to navigation Jump to search
(Related Functions)
 
Line 19: Line 19:
  
 
=== Related Functions ===
 
=== Related Functions ===
* [[getAddress]]
+
* [[Lua:getAddress|getAddress]]
* [[getCommonModuleList]]
+
* [[Lua:getCommonModuleList|getCommonModuleList]]
* [[inModule]]
+
* [[Lua:inModule|inModule]]
* [[inSystemModule]]
+
* [[Lua:inSystemModule|inSystemModule]]
* [[targetIs64Bit]]
+
* [[Lua:targetIs64Bit|targetIs64Bit]]
* [[enumModules]]
+
* [[Lua:enumModules|enumModules]]

Latest revision as of 00:43, 25 January 2018

function getNameFromAddress(address) : string

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

Function Parameters[edit]

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


See also[edit]

Related Functions[edit]