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=…')
 
 
(7 intermediate revisions by 2 users not shown)
Line 1: Line 1:
'''function''' writeQword(''Address'', ''Value'')
+
[[Category:Lua]]
 +
'''function''' writeQword(''Address'', ''Value'') : Boolean - Returns true on success.
  
Writes a 64-bit (8 bytes) integer at the given address.
+
Writes a QWORD (8 bytes) at the given address, representing the value you have given as a signed integer.
  
 
===Function Parameters===
 
===Function Parameters===
Line 19: Line 20:
  
  
== See also ==
+
{{LuaSeeAlso}}
* [[readQword]]
+
 
* [[writeBytes]]
+
=== Related Functions ===
* [[writeInteger]]
+
{{ReadWriteMemory}}
* [[writeFloat]]
 
* [[writeDouble]]
 
* [[writeString]]
 
* [[Lua]]
 

Latest revision as of 00:04, 25 January 2018