Lua:writeString

From Cheat Engine
Revision as of 15:35, 22 February 2012 by Dark Byte (talk | contribs) (Created page with ''''function''' writeString(''Address'', ''Text'') Writes the given text to the given address. This does not write a 0-terminator at the end. You need to use writeBytes yours…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

function writeString(Address, Text)

Writes the given text to the given address. This does not write a 0-terminator at the end. You need to use writeBytes yourself if you need one

Function Parameters

Parameter Type Description
Address CEAddressString or Integer The address of the target process to write to
Text String The text to write to the process


See also