Difference between revisions of "Lua:getNameFromAddress"
Jump to navigation
Jump to search
(Redirected page to getAddress) |
|||
| Line 1: | Line 1: | ||
| − | + | '''function''' getNameFromAddress(''address'') | |
| + | |||
| + | Returns the symbolname for the given address. If no symbolname is found, it will return a hexadecimal string | ||
| + | |||
| + | ===Function Parameters=== | ||
| + | {|width="85%" cellpadding="10%" cellpadding="5%" cellspacing="0" border="0" | ||
| + | !align="left"|Parameter | ||
| + | !align="left"|Type | ||
| + | !style="width: 80%;background-color:white;" align="left"|Description | ||
| + | |- | ||
| + | |address | ||
| + | |[[CEAddressString]] | ||
| + | |The address to convert to a string | ||
| + | |} | ||
| + | |||
| + | |||
| + | == See also == | ||
| + | * [[Lua]] | ||
Revision as of 00:54, 28 April 2012
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 |