Difference between revisions of "Lua:writeQword"

From Cheat Engine
Jump to navigation Jump to search
(Created page with ''''function''' writeQword(''Address'', ''Value'') Writes a 64-bit (8 bytes) integer at the given address. ===Function Parameters=== {|width="85%" cellpadding="10%" cellpadding=…')
(No difference)

Revision as of 06:49, 8 March 2017

function writeQword(Address, Value)

Writes a 64-bit (8 bytes) integer at the given address.

Function Parameters

Parameter Type Description
Address CEAddressString or Integer The address of the target process to write to
Value Integer The value to write to the process


See also