Difference between revisions of "Lua:getMemoryViewForm"
Jump to navigation
Jump to search
(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…') |
|||
Line 1: | Line 1: | ||
+ | [[Category:Lua]] | ||
'''function''' getMemoryViewForm() ''':''' [[Form]] | '''function''' getMemoryViewForm() ''':''' [[Form]] | ||
Revision as of 13:20, 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()