Difference between revisions of "Lua:writeInteger"

From Cheat Engine
Jump to navigation Jump to search
 
(8 intermediate revisions by 2 users not shown)
Line 1: Line 1:
'''function''' writeInteger(''Address'', ''Value'')
+
[[Category:Lua]]
 +
'''function''' writeInteger(''Address'', ''Value''): Boolean - Returns true on success.
  
Writes 4 bytes at the given address representing the value you have given representing an signed integer
+
Writes a DWORD (4 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}}
* [[readInteger]]
+
 
* [[writeBytes]]
+
=== Related Functions ===
* [[writeFloat]]
+
{{ReadWriteMemory}}
* [[writeDouble]]
 
* [[writeString]]
 
* [[Lua]]
 

Latest revision as of 00:04, 25 January 2018