Difference between revisions of "Lua:getPreviousOpcode"

From Cheat Engine
Jump to navigation Jump to search
Line 1: Line 1:
'''function''' getPreviousOpcode(''Address'')
+
'''function''' getPreviousOpcode(''Address'') ''':''' integer
  
 
Returns the address of the previous opcode (this is just an estimated guess).
 
Returns the address of the previous opcode (this is just an estimated guess).

Revision as of 02:15, 11 March 2017

function getPreviousOpcode(Address) : integer

Returns the address of the previous opcode (this is just an estimated guess).

Function Parameters

Parameter Type Description
Address CEAddressString or Integer The address of the instruction


See also

Related Functions