Difference between revisions of "Lua:tonumber"

From Cheat Engine
Jump to navigation Jump to search
(Added tonumber page)
 
(No difference)

Latest revision as of 17:25, 5 January 2019

function tonumber(string)

Converts a string hexacimal to a decimal integer

Examples:

 print(tonumber('0x80'))

See also[edit]