Mono:Lua:mono enumDomains

From Cheat Engine
Revision as of 23:54, 5 May 2018 by TheyCallMeTim13 (talk | contribs) (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…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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]