Hi again!
It seems I've encountered a bug in the newest version of the scriptarray add-on (tested rev1771 also). AngelScript yields the following error:
'Type 'A' does not have a matching opEquals or opCmp method'
... When i run something like this:
class A {}
array<A@> list;
void main() {
A a;
list.insertLast(@a);
int idx = list.find(@a); // ERROR
}
I'm sure there is an easy fix for this, but knowing me I'll probably take ages to figure it out, so for the time being I think I'll just revert back to an older version of the add-on .