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

From Cheat Engine
Jump to navigation Jump to search
(Created page with 'Category:Mono Category:Lua '''function''' mono_enumDomains() ''':''' integer Returns a table array of domain address for each domain in the game. {{LuaFunctionParameter…')
 
(No difference)

Latest revision as of 23:54, 5 May 2018

function mono_enumDomains() : integer

Returns a table array of domain address for each domain in the game.

Function Parameters[edit]

<none>


Examples[edit]

In Lua Engine form[edit]

While attached to Cuphead.

Input:

return mono_enumDomains()

Output:

:table
[
   1 = 135745136
]


See also[edit]

Related Functions[edit]