Difference between revisions of "Lua:getNameFromAddress"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
− | '''function''' getNameFromAddress(''address'') | + | '''function''' getNameFromAddress(''address'') ''':''' string |
Returns the symbolname for the given address. If no symbolname is found, it will return a hexadecimal string | Returns the symbolname for the given address. If no symbolname is found, it will return a hexadecimal string |
Revision as of 02:08, 11 March 2017
function getNameFromAddress(address) : string
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 |