Difference between revisions of "Lua:Class:MemoryView"

From Cheat Engine
Jump to navigation Jump to search
(Created page with "Category:Lua '''MemoryView Class''' (Inheritance ''Form''-> ''ScrollingWinControl''->''Lua:Class:CustomControl...")
 
(No difference)

Latest revision as of 08:50, 24 March 2020

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]