Original Post
Another question... if i have class A and class B, and i want to bind both to Angelscript, what do i do with the shared methods? must i regsiter them twice? also what if i try to assign a B class to A class, will inheritance/polymorphism still work?