Closed ollydev closed 6 years ago
@nielsAD I added a test. Unable to add a test for method of object callback parameter until this is resolved.
This PR does fix the issue Simba was running into.
@nielsAD Finished the tests. (used natify rather than native)
This bug can be for another time, I don't see anyone else having a script method with a native method parameter anyway.
Thanks!
TLapeType_NativeMethod BaseType is ltUnknown so unable to convert type. Added a VarType check to handle as a pointer.
Seems to fix the issue without breaking anything else i've noticed.