Lua:Class:MemoryView

From Cheat Engine
Revision as of 08:50, 24 March 2020 by Dark Byte (talk | contribs) (Created page with "Category:Lua '''MemoryView Class''' (Inheritance ''Form''-> ''ScrollingWinControl''->''Lua:Class:CustomControl...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

MemoryView Class (Inheritance Form-> ScrollingWinControl->CustomControl->WinControl->Control->Component->Object)

The MemoryView class is a window/form

getMemoryViewForm() Returns the main memoryview form class object which can be accessed using the Form_ class methods and the methods of the classes it inherits from. There can be multiple memory views, but this will only find the original/base

createMemoryView() Creates a new memoryview window. This window will not receive debug events. Use getMemoryViewForm() function to get the main memoryview window


Properties

DisassemblerView
The disassemblerview class of this memoryview object
HexadecimalView
The hexadecimalview class of this memoryview object


Methods

Examples

See also