Difference between revisions of "Lua:getInstructionSize"
Jump to navigation
Jump to search
m (Reverted edits by This content is not available (Talk) to last revision by TheyCallMeTim13) |
m |
||
| Line 15: | Line 15: | ||
|The address of the instruction | |The address of the instruction | ||
|} | |} | ||
| − | |||
{{LuaSeeAlso}} | {{LuaSeeAlso}} | ||
| − | + | {{Assembly}} | |
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
Revision as of 00:19, 5 December 2025
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
| Parameter | Type | Description |
|---|---|---|
| Address | CEAddressString or Integer | The address of the instruction |