Lua:Class:MemoryView

From Cheat Engine
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[edit]

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


Methods[edit]

Examples[edit]

See also[edit]