Mono:Lua:mono enumDomains

From Cheat Engine
Jump to navigation Jump to search

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]