|
CANCapture Scripting
|
You can register operator behaviours for your types as well. By doing this you'll allow the script to work with the types in expressions, just like the built-in types.
There two forms of operator behaviours, either object behaviours or global behaviours. An object behaviour is implemented as a class method, and a global behaviour is implemented as a global function.
You can find a complete list of behaviours here.
1.8.3.1