You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was working with vector object. I learnt that you cannot make handles OF THESE OBJECTS. If you want to achieve the similar effect, you have to do void myfunc(vector &inout player);
I want to propose making handles of vectors, so functions can receive handles of vectors and modify them.
thank you
The text was updated successfully, but these errors were encountered:
HI there,
I was working with
vector
object. I learnt that you cannot make handles OF THESE OBJECTS. If you want to achieve the similar effect, you have to dovoid myfunc(vector &inout player);
I want to propose making handles of vectors, so functions can receive handles of vectors and modify them.
thank you
The text was updated successfully, but these errors were encountered: