Difference between revisions of "Lua:Class:MemoryStream"
Jump to navigation
Jump to search
Line 19: | Line 19: | ||
: Writes the contents of the memory stream to the specified file | : Writes the contents of the memory stream to the specified file | ||
− | + | {{LuaSeeAlso}} | |
− | |||
− | |||
=== Related Functions === | === Related Functions === |
Revision as of 21:54, 19 March 2017
MemoryStream class: (Inheritance: Stream->Object)
class for memory stream objects.
Creation
- createMemoryStream() : MemoryStream
- Returns a newly created memory steam
Properties
- Memory : integer : Readonly
- The address in Cheat Engine's memory this stream is loaded (READONLY, tends to change)
Methods
- loadFromFile(fileName)
- Replaces the contents in the memory stream with the contents of a file on disk
- saveToFile(fileName)
- Writes the contents of the memory stream to the specified file