Replies: 1 comment
-
This is a known issue #167 and should be fixed. At the moment i'm a bit busy but will eventually look at it. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey all, I'm new to Lua/Luabridge and I've been trying to call an instance method from C++. The classes were registered with luabridge::extensibleClass flag and it seems that classes that share the same base all have the same method defined even if only one derived class should have a given Lua method.
Am I doing something wrong or is that scenario unsupported?
My code's below (tested in Visual Studio 2022, C++17, Lua 5.4.6):
Beta Was this translation helpful? Give feedback.
All reactions