Difference between revisions of "Lua:getInstructionSize"

From Cheat Engine
Jump to navigation Jump to search
(Related Functions)
m (Reverted edits by This content is not available (Talk) to last revision by TheyCallMeTim13)
 
(One intermediate revision by one other user not shown)
(No difference)

Latest revision as of 19:07, 18 March 2019

function getInstructionSize(Address) : integer

Returns the size of an instruction (basically it disassembles the instruction and returns the number of bytes for you).

Function Parameters[edit]

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


See also[edit]

Related Functions[edit]