asBEHAVE_ASSIGNMENT is missing

Started by
1 comment, last by MahanGM 9 years, 8 months ago

I was using angelscript version 2.23.1 and I had this problem when I wanted to register assignment behavior for one of my value types. I downloaded the 2.29.1 version and I still have the same problem. I've checked angelscript header file and this label is just not there.

Advertisement

asBEHAVE_ASSIGNMENT was removed years ago, officially deprecated in version 2.17.0 in late 2009. rolleyes.gif

The assignment operator as well as the other operators should be registered as normal object methods with specific names so the compiler can find them, e.g. opAssign.

AngelCode.com - game development and more - Reference DB - game developer references
AngelScript - free scripting library - BMFont - free bitmap font generator - Tower - free puzzle game

Oh, I'm sorry. Thanks for the response.

This topic is closed to new replies.

Advertisement