Lua:getInstructionSize

From Cheat Engine
Revision as of 00:21, 10 March 2017 by TheyCallMeTim13 (talk | contribs) (Created page with ''''function''' getInstructionSize(''Address'') Returns the size of an instruction (basically it disassembles the instruction and returns the number of bytes for you). === Funct…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

function getInstructionSize(Address)

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

Function Parameters

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


See also

Related Functions