steve3d Posted July 7, 2012 Posted July 7, 2012 I have created some class which can be operated by + - operator, but seems there is no way to export this operator into uniginescript. If these operator need to export separately, how? Or does these operator don't need to export at all, the MakeExternClass will automatically export this for me?
ulf.schroeter Posted July 7, 2012 Posted July 7, 2012 I don't think this is supported, just constants, con-/destructors and functions.
steve3d Posted July 9, 2012 Author Posted July 9, 2012 you are right, I've checked engine\interpreter\Variable.cpp, there is no custom operator support in extern class.
Recommended Posts