OBJ_VALUE as &inout
I have a Vector2 class which i am registering with angelscript as an OBJ_VALUE. But i want to be able to pass this object to a function as reference. But angelscript does not allow you to pass OBJ_VALUE as &inout parameters to function unless you register them as OBJ_REF. I need the object to be as OBJ_VALUE because i want the end user to be able to create instance of the object in script instead of the engine supplying an pointer to angelscript. So is there any way around that.
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement