Difference between revisions of "Mono:Lua:mono initialize"

From Cheat Engine
Jump to navigation Jump to search
(Created page with 'Category:Mono Category:Lua '''function''' mono_initialize() Sets up hooks, calls old open process hook if there was one, and calls ''syncrhonize("[[Mono:Lua:mono_OpenPr…')
 
(No difference)

Latest revision as of 01:24, 6 May 2018

function mono_initialize()

Sets up hooks, calls old open process hook if there was one, and calls syncrhonize("mono_OpenProcessMT").

Function Parameters[edit]

<none>


Examples[edit]

In Lua Engine form[edit]

While attached to Cuphead.

Input:

return mono_initialize()


See also[edit]

Related Functions[edit]