Lua:getAddress
Revision as of 23:59, 24 January 2018 by TheyCallMeTim13 (talk | contribs) (moved getAddress to Lua:getAddress)
function getAddress(AddressString) : integer
Passes the given string to Cheat Engine's symbol handler and returns the corresponding address as an integer
If errorOnLookupFailure is set to true (the default value), if you look up a symbol that does not exist, it will throw an error. With errorOnLookupFailure set to false, it will return 0.
Function Parameters
Parameter | Type | Description |
---|---|---|
AddressString | CEAddressString | The addressstring to convert to an integer |