Mono:Lua:mono enumDomains
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…')
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 ]