Difference between revisions of "Lua:getMemoryViewForm"

From Cheat Engine
Jump to navigation Jump to search
Line 6: Line 6:
 
but this will only find the original/base.
 
but this will only find the original/base.
  
===Function Parameters===
+
{{LuaFunctionParametersNone}}
<none>
 
  
 
== Examples ==
 
== Examples ==
 
  local frm = getMemoryViewForm()
 
  local frm = getMemoryViewForm()
  
== See also ==
+
{{LuaSeeAlso}}
* [[Lua]]
 
* [[Help_File:Script engine|Script engine]]
 
  
 
=== Related Functions ===
 
=== Related Functions ===

Revision as of 21:49, 19 March 2017

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