BlueWanderer How do I cheat?
Reputation: 0
Joined: 13 Sep 2019 Posts: 1
|
Posted: Fri Sep 13, 2019 10:59 am Post subject: Overloaded Mono Methods in Auto Assembler |
|
|
I don't know how to specify methods with a same name in auto assembler.
For example, when there are two methods:
Foo:Bar(int)
Foo:Bar(int,int)
I can distinguish them with mono_findMethodByDesc. But I failed to find a way to use the result of a lua script as a label.
I found that there was an "eval" command, but it seemed no longer working. It tells me "instruction can't be compiled" if I write something like "eval(base,$MONO'Foo::Bar')"
------
...never mind.
I found that the result of a {$lua} section is actually auto assembler code.
|
|