Difference between revisions of "Lua:writeInteger"
Jump to navigation
Jump to search
(Created page with ''''function''' writeInteger(''Address'', ''Value'') Reads the 4 bytes at the given address and interprets them as an integer ===Function Parameters=== {|width="85%" cellpadding…') |
|||
Line 10: | Line 10: | ||
|- | |- | ||
|Address | |Address | ||
− | | | + | |[[CEAddressString]] or Integer |
|The address of the target process to write to | |The address of the target process to write to | ||
|- | |- |
Revision as of 15:26, 22 February 2012
function writeInteger(Address, Value)
Reads the 4 bytes at the given address and interprets them as an integer
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 |