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

<none>


Examples

In Lua Engine form

While attached to Cuphead.

Input:

return mono_enumDomains()

Output:

:table
[
   1 = 135745136
]


See also

Related Functions