Advertisement

OBJ_VALUE as &inout

Started by May 31, 2012 03:03 AM
0 comments, last by BornToCode 12 years, 6 months ago
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.
Stupid me. Forget it i got it working.

This topic is closed to new replies.

Advertisement