Page 1 of 1

Problem with overloaded functions when using aobscanregion [Mono]

Posted: Fri Jul 31, 2020 7:49 am
by aSwedishMagyar
So I am trying to revamp a table I made for Eastshade using the mono features but I ran into an interesting problem where my aobscanregion fails because the function is overloaded (see picture). Is there a clever workaround where I can start at the correct address?
Image

Re: Problem with overloaded functions when using aobscanregion [Mono]

Posted: Fri Jul 31, 2020 8:04 am
by ODimm
[Link]

panraven's method is still working (used it this year and worked fine)

Re: Problem with overloaded functions when using aobscanregion [Mono]

Posted: Fri Jul 31, 2020 6:29 pm
by aSwedishMagyar
Very cool it all just works, thanks for the link! For reference I copied the function definition at the bottom and then used this:

Code: Select all

{$lua}

SchemaCheck = findMethodAddrBySignature('','InventoryUI','SetContextBox','Eastshade.Schematic')

{$asm}