Lua:writeDoubleLocal

From Cheat Engine
Revision as of 02:27, 9 March 2017 by TheyCallMeTim13 (talk | contribs) (Created page with ''''function''' writeDoubleLocal(''Address'', ''Value'') Writes 64-bits (8 bytes) at the given address, in Cheat Engine's memory, representing the value you have given as a doubl…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

function writeDoubleLocal(Address, Value)

Writes 64-bits (8 bytes) at the given address, in Cheat Engine's memory, representing the value you have given as a double precision floating point.

Function Parameters

Parameter Type Description
Address CEAddressString or Integer The address of memory to write to
Value Float The value to write to memory


See also

Related Functions