Lua:writeQword

From Cheat Engine
Revision as of 06:49, 8 March 2017 by TheyCallMeTim13 (talk | contribs) (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=…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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