Difference between revisions of "Lua:getInstructionSize"

From Cheat Engine
Jump to navigation Jump to search
(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…')
 
Line 29: Line 29:
 
* [[readPointer]]
 
* [[readPointer]]
 
* [[writeBytes]]
 
* [[writeBytes]]
* [[writeFloat]]
 
 
* [[readBytesLocal]]
 
* [[readBytesLocal]]
 
* [[readPointerLocal]]
 
* [[readPointerLocal]]

Revision as of 00:51, 10 March 2017

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