Lua:getMemoryViewForm

From Cheat Engine
Revision as of 08:24, 11 March 2017 by TheyCallMeTim13 (talk | contribs) (Created page with ''''function''' getMemoryViewForm() ''':''' Form Returns the main memory view Form class object which can be accessed using the Form class methods and the methods of…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

function getMemoryViewForm() : Form

Returns the main memory view 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.

Function Parameters

<none>

Examples

local frm = getMemoryViewForm()

See also

Related Functions

Related Classes