I have some plain vanilla OBJ_REF classes that only have Factory, AddRef and Release methods in the them. When using these in script code I cannot do this:
I am guessing this needs to be doen to explicitly state that it is the handle that is to be copied, but I am not sure. Perhaps I am doing something terrible wrong? I tried looking in documentation but could find anything about it.